Enable detailed monitoring on EC2 instance

This commit is contained in:
vickytechkey 2026-08-06 11:43:00 +05:30
parent 75b77a8188
commit a8cc81350b

View file

@ -58,6 +58,7 @@ export class AwsCdkStack extends cdk.Stack {
securityGroup,
role,
keyName: 'vignesh_tipro',
detailedMonitoring: true,
blockDevices: [
{
deviceName: '/dev/sda1',