
Cloud
Learning Level
# Create organization
aws organizations create-organization --feature-set ALL
# Create account
aws organizations create-account \
--email dev@example.com \
--account-name DevAccount
# Create OU
aws organizations create-organizational-unit \
--parent-id r-xxxx \
--name Production{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": {"Service": "ec2.amazonaws.com"},
"Action": "sts:AssumeRole"
}
]
}# Create SCP to block S3 deletions
aws organizations put-policy \
--content file://deny-s3-delete.json \
--description "Prevent S3 deletions" \
--type SERVICE_CONTROL_POLICYExplore advanced compute and orchestration patterns.
Resources
Ojasa Mirai
Master AI-powered development skills through structured learning, real projects, and verified credentials. Whether you're upskilling your team or launching your career, we deliver the skills companies actually need.
Learn Deep • Build Real • Verify Skills • Launch Forward