A signup guide for AWS, the world's largest cloud. Covers root-account hardening, IAM user creation, billing alerts, and region selection so you start without mistakes.
Signup fee
Free
Free Tier
12 months on key services
Requirements
Email · card · phone
Overview
For Korean workloads on AWS, default to the 'ap-northeast-2 (Seoul)' region. Never use the root account for daily work — protect it with an IAM user and MFA. Always set budget alerts so charges don't spike when Free Tier ends.
Organization email
Avoid personal inboxes.
International-capable card
Billed in USD, VAT extra.
MFA (2FA) app
Required on the root account.
Seoul as baseline
ap-northeast-2 recommended.
Step by Step
SIGNUP
Sign up at aws.amazon.com.
BILLING
AWS validates the card with a $1 pre-auth.
SUPPORT
Start with the free Basic plan.
SECURITY
Mandatory step to prevent root account takeover.
IAM
Perform daily work as an IAM user.
KEYS
Issue access keys for CLI and SDK usage.
BUDGET
Prevent bill shock after Free Tier ends.
REGION
Resources are scoped per region.
Pitfalls
Daily use of the root account
Use root only for tasks like account creation, deletion, and billing. If compromised, you lose everything. This is the #1 security risk.
Access keys leaked on GitHub
Secret Access Keys pushed to public repos are mined within seconds by bots — often used for crypto mining. Expect runaway charges.
Misreading Free Tier
"Free for 12 months" is scoped to select services and usage caps (EBS 30GB, EC2 t2.micro 750h, etc.). Overages bill immediately.
Wrong region
Launching EC2 in us-east-1 instead of Seoul adds 150ms+ for Korean users. Always verify the region when creating resources.
Forgotten NAT Gateway / EBS
NAT Gateway bills hourly, and orphaned EBS volumes from deleted EC2s keep charging. Audit with Cost Explorer each month.
Projects at JAICYLAB include everything from developer account setup to launch and ops.