Skip to content

AWS Solutions Architect Associate Certification (SAA-C03) Preparation

Notifications You must be signed in to change notification settings

Venkatesan-M/AWS-SAA-PREP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS-SAA-PREP

A collection of example used fro AWS SAA PREP

Congiure AWS CLI

  • Set Auto Complete for Commands by

    export AWS_CLI_AUTO_PROMPT=on-partial
    
  • Set AWS CLI

    1. By Setting Enviromental Variables

      • on your local Machine
            export AWS_ACCESS_KEY_ID=ReplaceWithYourAccessKey
            export AWS_SECRET_ACCESS_KEY=ReplaceWithYourSecretKey
            export AWS_DEFAULT_REGION=ReplaceWithYourClosestAWS-S3-Region
        
      • on your gitpod
            gp env AWS_ACCESS_KEY_ID=YourAccessKey
            gp env AWS_SECRET_ACCESS_KEY=YourSecretKey
            gp env AWS_DEFAULT_REGION=YourClosestAWS-S3-Region
        
    2. AWS Configure

      aws configure
      
  • Check your Configuration by

        aws sts get-caller-identity
    

About

AWS Solutions Architect Associate Certification (SAA-C03) Preparation

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published