AWS CLI
Installing the CLI and using it from windows
https://www.youtube.com/watch?v=sLtf7Sx8lsQ
https://www.youtube.com/watch?v=sLtf7Sx8lsQ
AWS CLI Tutorial | Introduction To AWS Command Line Interface | AWS Training | Edureka
Amazon AWS - AWS CLI installation on Windows
AWS CLI refs
- AWS Command Line Interface
- aws — AWS CLI 1.18.13 Command Reference
- AWS Command Line Interface
- aws/aws-cli: Universal Command Line Interface for Amazon Web Services
- JMESPath Tutorial — JMESPath
- AWS | Amazon Linux AMI
- Amazon Linux 2
- elasticbeanstalk — AWS CLI 1.18.13 Command Reference
- my account GUI console link =
- https://351885124777.signin.aws.amazon.com/console
- High level steps to running commands in CLI
- 1) download CLI
- 2) install
- 3) check reponse > aws --version
- 4) login to IAM account or connect to an EC2 linux instance with SSH
- 5) provide the keys
- 6) (optional) specifiy the output type (default is JSON)
- some test commands (once you are logged in)
- aws ec2 describe-regions
- aws ec2 describe-regions --output text
- aws ec2 create-security-group --group-name <group name> --description <a description>
- (look in the GUI console to confirm creation)
- aws iam create-group --group-name <group name>
- aws iam create-user --user-name <user name>
- aws iam add-user-to-group (u/n, g/n)
Comments
Post a Comment