I want to get the Proxy object of an EC2 so that I can add some tags to it. But I am not able to find any direct method to get a EC2 instance using its ID or anything related to it in cdk.
I am using latest v2 CDK
Runtime: NodeJS + Typescript
I want to get the Proxy object of an EC2 so that I can add some tags to it. But I am not able to find any direct method to get a EC2 instance using its ID or anything related to it in cdk.
I am using latest v2 CDK
Runtime: NodeJS + Typescript