Yaml template for amazon cloudformation
Budget: €20 – €100 EUR
I need a Yaml or JSON template for aws cloudformation.
This template needs to have the following elements in it:
EC2 instance
SQS
IAM Role allowing the EC2 instance to pull files from any S3 bucket or delete the files. EC2 Instances need to retrieve the messages from the SQS so permissions may be needed too.
Load balancer, it should be able to add more EC2 instances when network load on the EC2 is at maximum and remove them when low load.
When this template is launched, user should be able to select Storage capacity and which type of EC2 instance should be used. Also Key pair, VPC for more security on the EC2. Also a custom value that the EC2 must be able to obtain later.
Another requisite is that on the EC2 instances the following values need to be set automatically for future use:
aws queue (the name of the queue created on this template)
aws access key id
aws secret access key
aws region
These elements should be saved on a file on the EC2 instance for future use.
This template needs to have the following elements in it:
EC2 instance
SQS
IAM Role allowing the EC2 instance to pull files from any S3 bucket or delete the files. EC2 Instances need to retrieve the messages from the SQS so permissions may be needed too.
Load balancer, it should be able to add more EC2 instances when network load on the EC2 is at maximum and remove them when low load.
When this template is launched, user should be able to select Storage capacity and which type of EC2 instance should be used. Also Key pair, VPC for more security on the EC2. Also a custom value that the EC2 must be able to obtain later.
Another requisite is that on the EC2 instances the following values need to be set automatically for future use:
aws queue (the name of the queue created on this template)
aws access key id
aws secret access key
aws region
These elements should be saved on a file on the EC2 instance for future use.