What should the IT team do to accomplish this goal?
Use AWS Managed Services to provision, run, and support the company infrastructure.
Build hardware refreshes into the operational calendar to ensure availability.
Use Amazon Elastic Container Service (Amazon ECS) on Amazon EC2 instances.
Overprovision compute capacity for seasonal events and traffic spikes to prevent downtime.
Explanations:
AWS Managed Services provides a fully managed service that allows companies to offload the operational responsibilities of their infrastructure, ensuring support and management are handled by AWS experts. This aligns with the company’s goal to migrate to the cloud and reduce the burden on the IT team.
Building hardware refreshes into the operational calendar does not address the goal of offloading support of the workload in the cloud. This option pertains more to on-premises management rather than leveraging cloud services.
Using Amazon ECS on EC2 instances is a container orchestration solution that requires management of the underlying infrastructure, which does not offload support from the IT team. The IT team would still be responsible for managing EC2 instances and scaling, rather than fully delegating operations.
Overprovisioning compute capacity may prevent downtime but does not equate to offloading support of the workload. This approach can lead to unnecessary costs and resource wastage, and it does not transfer the operational management to AWS.