DevOps/Cloud By GK
  • DevOps/Cloud Introduction
  • 🚩AWS
    • Create AWS Account
    • Launch EC2 Instance
  • 🚩Linux
    • User Managment
      • Adding the User to Sudo group
      • visudo
    • Directory / File Management
      • Vi
      • Changing Permissions (chmod)
      • Filtering IO/File
    • Memory Management
    • Process Management
    • Network Management
    • Service Management
    • Environmental Variables
      • $PATH
    • Utilities
    • SHELL PROGRAMMING
      • Hello World
      • Variables
      • Command Line arguments
      • Conditional Statements
      • Array
      • Loops
      • Functions
      • AWK
      • sed
      • Example Useful Scripts
      • Basic -> Advanced
  • 🚩git
    • Introduction
    • Creating GitHub Account
    • Installation
      • Git Bash In Windows
      • Git In VS Code
      • Git In Eclipse
      • Git CLI in Linux
  • Creating Git Remote Repository
  • Git Commands L -> R
  • Git Commands L <- R
  • Git Branch Commands
  • Using SSH (Password Less)
  • 🚩maven
    • Introduction
    • Installation
    • POM.xml
    • Goals
  • 🚩SonarQube
    • Introduction
    • Sonar Cloud
    • Creating Project In SonarCloud
    • Installing Sonar-Scanner
    • Triggering Scan
  • 🚩Nexus
    • Introduction
    • Installation of Nexus
    • Creating Repository
    • Uploading Artifacts to Repository
  • 🚩Jenkins
    • Introduction
    • Installation of Jenkins
    • First Job In Jenkins
    • Git + Jenkins
      • WebHook
    • Maven + Jenkins
    • Sonar-Scanner + Jenkins
    • Nexus + Jenkins
Powered by GitBook
On this page
  1. AWS

Create AWS Account

Follow the below steps for creating AWS Account

PreviousDevOps/Cloud IntroductionNextLaunch EC2 Instance

Last updated 2 years ago

  1. Go to the AWS Free Tier web page:

  2. Click on the "Create an AWS Account" button.

  3. Fill in your email address and password, and click "Continue".

  4. Fill in your contact information, and click "Create Account and Continue".

  5. Choose the "Basic" support plan and click "Continue".

  6. Enter your credit card information (you will not be charged unless you exceed the free tier limits), and click "Secure Submit".

  7. Choose the "Free" account type, and click "Continue".

  8. Review the "AWS Customer Agreement", and click "Create Account and Continue".

  9. You will receive an email from AWS asking you to verify your account. Follow the instructions in the email to complete the verification process.

Once your account is verified, you can start using the AWS Free Tier services.

🚩
https://aws.amazon.com/free/