Skip to content

jlgore/aws_first_thirty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AWS Account Hardening — First 30 Minutes

A concise, CLI‑oriented baseline to secure a brand‑new AWS account. Start at the top and work down. You can bootstrap from the root user in CloudShell, then switch to your own Admin IAM user.

Contents

Quick Start

Set region (example) and verify identity after configuring the CLI:

export AWS_REGION=us-east-1
aws sts get-caller-identity

Notes:

  • Never create root access keys. Use root only for account/contract tasks.
  • Deploy Budgets via CloudFormation in us-east-1.
  • Many services are regional. Keep AWS_REGION set consistently.

What You’ll Need

  • Preferred AWS region (e.g., us-east-1)
  • Notification email for budget alerts
  • Initial monthly budget amount in USD

Repo Layout

  • docs/ — step-by-step hardening guides
  • cloudformation/billing-budget-sns.yaml — monthly cost budget with SNS email

About

What to do with your AWS Account in the first 30 mins of it's life.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published