Question: create an EC2 instance and configure it. Create a new Amazon Machine Image (AMI) from the instance you created. Create an autoscaling group. The following

create an EC2 instance and configure it. Create a new Amazon Machine Image (AMI) from the instance you created. Create an autoscaling group. The following steps will provide high level guidance. Bear in mind that there might be additional steps that you need to add.

  • Choose an Amazon AMI

  • Choose the instance type of T2 Micros

  • Configure the instance details

    • Number of instances =1

    • Network = default VPC

    • Subnet = No preference

    • Auto-assign Public IP = Enable

      • IAM role = None

      • Shutdown behavior =Stope

      • Tenancy shared

      • Add storage of 8 General purpose SST (GP2)

      • Configure your volume not to be deleted on termination

      • Add a name Tag of Dev-Server

      • Add an Owner Tag of your name

      • Ensure that your Tag is applied for both Instances and volumes

      • Create a new security group called Dev-appserver-secgroup

      • Add a rule for HTTP and allow it from everywhere

    • Create a new Amazon Machine Image (AMI) from the instance you created and name it BVCUserName-aws-appserver-v1

      • Set the storage of the new AMI to be 8 gig

    • Create an autoscaling group using the BVCUserName-aws-appserver-v1 AMI you created

      • Configure a security group BVCUserName-ASG-secgroup-v1

      • Allow HTTP and SSH

      • Name the autoscaling group BVCUserName-AutoScallingGroup

      • Set the Group size to 3

      • Scale between 3 and 3

      • Configure the tag name to be ASGServer1

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!