Click any tag below to further narrow down your results
Links
This article explores AWS Bottlerocket, a secure operating system designed for container hosting. It tests how Bottlerocket defends against common container escape techniques, demonstrating its effective security measures compared to less hardened systems like Ubuntu.
This article offers a comprehensive e-book focused on AWS container services. It covers various aspects like security, monitoring, and management for applications running in AWS environments. You'll find insights tailored for developers and IT professionals working with containers.
Amazon ECS now allows tmpfs mounts for Linux tasks on AWS Fargate and ECS Managed Instances. This enables the creation of in-memory file systems for tasks, which is useful for temporary data and sensitive information that shouldn’t persist after the task ends. Users can configure tmpfs mounts through task definitions in the ECS console or via AWS CLI and other tools.
This article outlines how to deploy GitLab Runners on Amazon EKS Auto Mode to enhance containerized CI/CD processes. It highlights the use of EC2 Spot Instances for cost savings and provides a step-by-step guide for setting up the environment.
AWS ECS tasks running on EC2 instances face weak task-level isolation, leading to potential security risks like credential theft. The article highlights the importance of hardening configurations, particularly by restricting access to the EC2 Instance Metadata Service (IMDS), and discusses various networking modes and methods to effectively block IMDS access for ECS tasks.
AWS has introduced specialized Model Context Protocol (MCP) servers for Amazon ECS, EKS, and AWS Serverless, enhancing AI-assisted development by providing real-time contextual responses and service-specific guidance. These open-source solutions streamline application development, enabling faster deployments and more accurate interactions with AWS services through natural language commands. The MCP servers aid in managing deployments, troubleshooting, and leveraging the latest AWS features effectively.