RyanF.dev software projects and blog
This is a blog and portfolio site for my software and AWS projects.
AWS Fargate: Networking Options for Tasks in Private Subnets
When your applications are running in containers on Fargate, there are a few options for getting internet access to them. If they can't be placed in public subnets, NAT Gateway or VPC Endpoints are common solutions for Fargate tasks in private subnets.
Sat Mar 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
AWS Cognito: User Pools, Identity Pools and App Clients
AWS Cognito is an identity management platform for web and mobile applications for registering users, authentication and authorization. User Pools and Identity Pools are the two main components of Cognito, but play very different roles in the authentication and authroization process.
Thu Feb 15 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
OAuth 2.0 Overview for AWS Cognito Users
OAuth 2.0 is an industry standard authorization protocol. AWS Cognito implements OAuth 2.0
Wed Feb 14 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
AWS Elastic Container Service Overview
Elastic Container Service lets you manage containerized applications at scale on AWS with several cluster modes and pricing options. Here's a quick refresher to go along with the ECS project.
Tue Jan 30 2024 00:00:00 GMT+0000 (Coordinated Universal Time)
AWS Lambda Python Deployments: Zipped, Layers, Docker Containers
Zipped deployments are still great but not for every use case so this is a look at layers and Lambda container images. Also a look at improvements to container images since their 2021 launch.
Sun Jan 28 2024 00:00:00 GMT+0000 (Coordinated Universal Time)