-
Notifications
You must be signed in to change notification settings - Fork 25
7.1
Paul Duvall edited this page Jan 24, 2020
·
10 revisions
Review and ensure that you have setup your development environment before going through the steps below.
- Go to the S3 console.
- Click the Create bucket button.
- Enter
ceoa-7-cloudtrail-ACCOUNTIDin the Bucket name field. ReplaceACCOUNTIDwith the results of the following command:aws sts get-caller-identity --output text --query 'Account'. - Click Next on the Configure Options screen.
- Click Next on the Set Permissions screen.
- Click Create bucket on the Review screen.
- Go to the CloudTrail console.
- Click the Create trail button.
- Enter
ceoa-7-cloudtrailin the Trail name field. - Choose the checkbox next to Select all S3 buckets in your account in the Data events section.
- Choose the No radio button for the Create a new S3 bucket field in the Storage location section.
- Choose the S3 bucket you just created from the S3 bucket dropdown.
- Click the Create button.
- Introduction
- Labs
- The Current State of Encryption
- Setup Development Environment
- Lesson 1: Automating AWS Resources
- Lesson 2: Key Management
- Lesson 3: Developing with Encryption
- Lesson 4: Encryption in Transit
- Lesson 5: Encryption at Rest
- Lesson 6: Detecting Encrypted Resources
- Lesson 7: Logging and Searching KMS Keys
- Lesson 8: Continuous Encryption
- Summary