step functions automation
Budget: ₹600 – ₹1,500 INR
To automate the process of recreating AWS instances and tagging them for the Migration Acceleration Program (MAP), we can use a combination of AWS services and a Lambda function. The workflow is as follows:
The engineer provides the instance ID and specifies whether the instance is in Auto Scaling or standalone in a CSV format.
The CSV file is uploaded to an S3 bucket.
A Lambda function is triggered to create an Amazon Machine Image (AMI) of the specified instance.
The state machine if the AMI has been successfully created.
If not, the workflow enters a wait condition.
If yes, proceed to the next step.
Prompted to specify whether the instance should be launched as standalone or as part of an Auto Scaling Group (ASG).
The recreated instances are properly tagged for the MAP initiative
The engineer provides the instance ID and specifies whether the instance is in Auto Scaling or standalone in a CSV format.
The CSV file is uploaded to an S3 bucket.
A Lambda function is triggered to create an Amazon Machine Image (AMI) of the specified instance.
The state machine if the AMI has been successfully created.
If not, the workflow enters a wait condition.
If yes, proceed to the next step.
Prompted to specify whether the instance should be launched as standalone or as part of an Auto Scaling Group (ASG).
The recreated instances are properly tagged for the MAP initiative