Skip to main content

Connect to fargate container

· 2 min read
Vitaliy Syveniuk
Fullstack Engineer

Let's say you've deployed to AWS Fargate and everything is working bright and shiny. But at some point you have an unfortunate error with the env variables, for example, and you want to verify what's actually inside the container.

So, you think "I'm gonna plug into the container and see what's going on". Not so fast...

Create S3 bucket

· 3 min read
Vitaliy Syveniuk
Fullstack Engineer

AWS provides a wonderful file storage service called S3. It offers scalability, data availability, security. And all this at a relatively low cost. In this article, we will look at how to create and configure a bucket in the AWS console.

aws s3