AWS Services
💡 Below is the list of AWS services we will be using!
- CloudFormation 🛠️: Automate resource provisioning with infrastructure as code.
- AWS Organizations 👥: Centrally manage multiple AWS accounts.
- IAM Identity Center 🔑: Simplify identity management across AWS accounts and applications.
- Route 53 🌐: Scalable DNS and domain name registration service.
- Certificate Manager 📄: Provision SSL/TLS certificates for secure connections.
- ECS Fargate 🐳: Run containers without managing servers.
- ECR 📦: Store and manage Docker container images.
- VPC 🌐: Isolated virtual network for your AWS resources.
- EC2 💻: Virtual servers in the cloud, used here for database access.
- RDS 🗄️: Managed relational database service, used here with PostgreSQL.
- S3 📂: Store assets. It can also store images, videos, etc.
- Secrets Manager 🔐: Securely store and manage sensitive information such as DB credentials.