/AWS-How-To

A guide on how to do the fundamental actions within AWS

AWS-How-To

A guide on how to do the fundamental actions within AWS management console

EC2

Elastic Beanstalk

Lambda

IAM

How to create an EC2

View Content
  1. Log into management console and go to

    • Services > compute > ec2
    • The search bar and type in ec2
  2. Click the "Launce instance" button

  3. In the Instance Wizard Form

    • Add the name of the instance and possibly add tags
    • In Application and OS Images. Pick the AMI that you want to use for the OS ( or just leave it by default)
    • In instance type. Choose the instance type that you believe your app needs
    • In key pair(login). Create a key pair, if you think you're going to need to SSH into it
    • In network settings. Choose what type of VPC, security group, or security group name you want to assign to it
    • In Configure storage. Choose the type of Block Storage you want to assign to your instance
    • In advanaced details.You can do a lot of stuff. The User data section allows you add code that will be ran once the instance starts up

    More on Application and OS images

    More on Instance type

    More on Key Pair

    More on Network settings

    More on Configure storage

    More on Advanced details

[go back 🏠][home]