Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnculkin authored Apr 18, 2023
1 parent e226f8d commit 3e29c8c
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Chapter 1 - Security
## Set and export your default region:

```export AWS_REGION=us-east-1```
```
export AWS_REGION=us-east-1
```

## Set your AWS ACCOUNT ID::

```AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)```
```
AWS_ACCOUNT_ID=$(aws sts get-caller-identity --query Account --output text)
```

## Validate AWS Cli Setup and access:

```aws ec2 describe-instances```
```
aws ec2 describe-instances
```

0 comments on commit 3e29c8c

Please sign in to comment.