How to get EC2 Proxy object using AWS CDK
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 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.