You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AWS CLI configured with credentials that can create the resources above.
An S3 bucket (and appropriate IAM) for the backend defined in main.tf.
Implementation timeline (portfolio build log)
Date
Delivered
2026-05-05
VPC module, subnet module
2026-05-06
EC2 subnet wiring, NIC module, EC2 module
2026-05-12
IAM role module, EKS module
2026-05-13
update readme.md
Troubleshooting (local dev)
AWS CLI profiles — Conflicting or stale default credentials in %USERPROFILE%\.aws\credentials (Windows) or ~/.aws/credentials can make the wrong account active. Prefer named profiles and AWS_PROFILE, or remove overlapping [default] entries while testing.
ENI / connectivity — If an instance or ENI behaves unexpectedly, confirm subnet routing, security groups (if added later), and that the ENI is in the intended subnet and AZ.
About
AWS basic infrastructure automation using Terraform