This website places cookies on your device to give you the best user experience. By using our website, you agree to the placement of these cookies. To learn more, read our Privacy Policy.
CloudCheck out the Six Feet Up blog for the lastest news and updates on all things Cloud (AWS, Google, Azure, you name it!)...https://www.sixfeetup.com/blog/cloudhttps://www.sixfeetup.com/@@site-logo/logo-tall.png
With OpenID Connect (OIDC) Identity Provider for GitHub Actions, GitHub Actions simply and conveniently interacts with AWS. In this post, you’ll see an example Terraform configuration for setting up the authentication and an Actions workflow that uses it.
Using the S3 Presigned URLs and Presigned Posts features almost had the Six Feet Up team stumped, but after some troubleshooting, uploads were a breeze.
Today, developers can use container images for AWS Lambda code — a helpful way to run much more complex code in a familiar package. However, there are some non-obvious differences that can make building Python app images for AWS Lambda frustrating.
Whether you are responsible for a single application, a large environment or somewhere in between, it’s likely you’ve wanted to know how to maximize your cloud service providers’ capabilities. Explore templates, critical considerations and techniques to successfully tackle a cloud migration.
As deployment options for web apps have multiplied in the past few years, AWS Lambda continues to stand out as a powerful, simple way to run a web app with minimal maintenance and cost — if there is low traffic.
Anyone using Terraform to increase repeatability/reliability of an infrastructure has experienced the need — and urgency — to deploy resources that are entirely new.
Machine Learning initiatives can be powerful when you need to analyze large amounts of data, especially when it makes sense to analyze data points together to gain greater insights or find patterns...
Amazon’s re:Invent conference was impressive this year again with a whole slew of future-oriented talks and over 40,000 expected attendees. Here’s a re:cap of the most notable re:Invent 2018 announcements...
Amazon hosted an AI Summit as part of their re:Invent event. Geared towards a more general group of people interested in Artificial Intelligence, the Summit strove to explore forward thinking topics such as Alexa Enhancements and Mixed Autonomous Traffic...
Vagrant is a tool to get developers set up quickly and easily on a project. It makes sure the virtual machine includes all the dependencies as they should be, and allows developers to use their own editing tools as they work on a project...