RyanF.dev
Blog
/
Projects
/
Stats
4
Projects
Latest Projects
Terraform AWS: AWS Fargate Advanced Networking and Deployment
3/29/2024
Create a VPC, split the network into public and private subnets and create the IAM Roles and Security Groups needed to begin taking a look at the networking options available for Fargate. Also take a look at different optimization, logging and monitoring settings.
Terraform AWS: User Authentication with Cognito, API Gateway, React
2/28/2024
Create a serverless architecture for a React application that uses AWS Cognito, API Gateway, and Lambda for user registration and authentication. The application also takes a look at protected routes with React Router and getting retrieving user profile information from DynamoDB.
Terraform AWS: Secure Website Deployment with CloudFront, S3 and OAC
2/28/2024
Create AWS infrastructure with Terraform then push an AstroJS web application to GitHub. After a successful build of Astro, GitHub Actions deploys the app to AWS.
Terraform AWS: Create a VPC with High Availability Networking
2/1/2024
Create a stand alone VPC with already configured ingress and egress networking for deploying highly available servers across multiple private or public subnets.