AWS Compute Blog
Scanning Docker Images for Vulnerabilities using Clair, Amazon ECS, ECR, and AWS CodePipeline
Post by Vikrama Adethyaa, Solution Architect and Tiffany Jernigan, Developer Advocate Update – July 26, 2021 – While this post remains accurate, we want to make it clear that we did announce built in image scanning in Amazon ECR in October 2019. The built in integration provides a simpler solution than what is in this post. […]
Amazon ElastiCache performance boost with Amazon EC2 M5 and R5 instances
Contributed by Ruchita Arora, Sr. Product Manager, Allen Farris, Software Dev Engineer, and Itay Maoz, Sr. Software Engineering Manager Earlier this year, Amazon EC2 introduced two exciting new instance families, M5 and R5. These instances are based on the new AWS Nitro system, a combination of dedicated hardware and lightweight hypervisor that aims to deliver […]
Re-affirming Long-Term Support for Java in Amazon Linux
In light of Oracle’s recent announcement indicating an end to free long-term support for OpenJDK after January 2019, we re-affirm that the OpenJDK 8 and OpenJDK 11 Java runtimes in Amazon Linux 2 will continue to receive free long-term support from Amazon until at least June 30, 2023. We are collaborating and contributing in the […]
Deploying a Burstable and Event-driven HPC Cluster on AWS Using SLURM, Part 2
Contributed by Amr Ragab, HPC Application Consultant, AWS Professional Services In part 1 of this series, you deployed the base components to create the HPC cluster. This unique deployment stands up the SLURM headnode. For every job submitted to the queue, the headnode provisions the needed compute resources to run the job, based on job […]
ICYMI: Serverless Q3 2018
Welcome to the third edition of the AWS Serverless ICYMI (in case you missed it) quarterly recap. Every quarter, we share all of the most recent product launches, feature enhancements, blog posts, webinars, Twitch live streams, and other interesting things that you might have missed! If you didn’t see them, catch our Q1 ICYMI and […]
How to import split disks into AWS
Contributed by Raphael Sack In an amusing coincidence, I was recently asked by two separate customers a nearly identical question: how to import split disks in the form of VMDK to AWS. This post covers one way to do this. There are quite a few names, official and unofficial, for split disks. These include: non-monolithic, […]
Automating rollback of failed Amazon ECS deployments
Contributed by Vinay Nadig, Associate Solutions Architect, AWS. With more and more organizations moving toward Agile development, it’s not uncommon to deploy code to production multiple times a day. With the increased speed of deployments, it’s imperative to have a mechanism in place where you can detect errors and roll back problematic deployments early. In […]
Amazon ECS and Docker volume drivers, part 2: Amazon EFS
← Introduction and Part 1: Amazon EBS Post by: Tiffany Jernigan and Jeremy Cowan Introduction This is the second post in a series showing how to use Docker volumes with Amazon ECS. If you are unfamiliar with Docker volumes or REX-Ray, or want to know how to use a volume plugin with ECS and […]
Amazon ECS and Docker volume drivers, part 1: Amazon EBS
→ Part 2: Amazon EFS Post by: Jeremy Cowan, Ronnie Eichler, and Tiffany Jernigan Introduction Containers are emerging as the default compute primitive for building cloud-native applications. They facilitate the adoption of continuous delivery, and help increase infrastructure use. However, deploying stateful application as containers has been challenging because containers have short life-spans, get […]
Implementing Serverless Video Subtitles
This post is courtesy of Maxime Thomas, DevOps Partner Solutions Architect – AWS This story begins when I joined AWS at the beginning of the year. I had a hard time during my ramp-up period trying to handle the amount of information coming from all directions. Technical training, meetings, new colleagues, in a worldwide company—the […]