Last Updated: October 15, 2024 Amazon Elastic Container Service (Amazon ECS) is a highly scalable and fully managed container orchestration service offered by Amazon Web Services (AWS). It is a platform that allows you to easily run, deploy, and manage Docker containers and containerized applications. This guide will walk you through the process of deploying containers from Amazon Elastic Container Registry to the SaladCloud Portal.Documentation Index
Fetch the complete documentation index at: https://docs.salad.com/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Generate Keys and Tokens
Generate keys and get your token in Amazon Elastic Container Service.Follow this official Amazon ECS guide to generate AWS keys and retrieve your token.Step 2: Configure Image in SaladCloud Container Environment (SCE)
Access the SaladCloud portal, Set up your SCE by selecting the private registry tab when setting the image source. In the service dropdown option, choose “AWS Elastic Container Registry” and provide the following information:- Image name (example:
docker.io/{username}/{my-container-image}:{version/latest})

- Access Key ID:
AKIAIOSFODNN7EXAMPLE - Secret Access Key:
wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
👍 Congratulations! You have successfully configured the private container registry using Amazon Elastic Container Registry (ECR). Now, you can proceed to configure and deploy your container group.Please refer to the AWS documentation for more information.