EC2 AWS CLI Adapter
Need some help? Contact us:
The EC2 AWS CLI adapter is a simple component which can be used to automate EC2 interactions such as managing IPs, getting EC2 instance descriptions and running instances. We use it ourselves to streamline deploying our EC2 instances.
This component assumes you have an AWS EC2 Instance Launch Template setup to use. If you don’t have one, you can follow the AWS instructions to create a Launch Template.
Follow the steps below to set it up this component in your IguanaX environment:
This adapter can easily be extended by your team to meet your workflow needs by adding new method functions. You can reference the AWS CLI EC2 API documentation.
Take a look at How the EC2 AWS CLI Adapter works if you want more information on the core concepts used in building and adapting this component.