The main service that allows you to create, manage, and delete resources within your cloud infrastructure is AWS CloudFormation. Using CloudFormation, you can define and manage a collection of related resources in a single unit with templates. This enables you to deploy, update, and delete entire environments efficiently.
Other services include Amazon EC2, Amazon S3, Amazon RDS, and AWS IAM, among many others, where you can build and manage certain entities within your AWS structure.
- Amazon EC2 enables you to launch, manage, and terminate virtual servers.
- Amazon S3 allows one to create and delete storage buckets
- Amazon RDS enables the creation and management of relational databases
- AWS IAM helps you in creating and managing user access and permissions.
Together, these services make resource management in AWS flexible and scalable.