Day 56 of #100DaysOfCloud: Hybrid Multi-Cloud Infrastucture. 🚀

I just hit a massive milestone in my cloud journey. I wrote a Go program that orchestrates a hybrid, multi-cloud infrastructure loop from scratch on my local Ubuntu desktop. 🛠️

(more detail in the comments)

#CloudComputing #Golang #InfrastructureAsCode #AzureArc #DigitalOcean #DevOps #WebScraping #SoftwareEngineering

🌐 Day 53 of #100DaysOfCloud: Building the Hybrid Cloud Infrastructure with AWS

Modeled a network inside GNS3 using a VyOS Layer-3 Router and localized host PCs.
Deployed an AWS VPC hosting an EC2 instance acting as our secure cloud workload.
Established an AWS Site-to-Site IPsec VPN tunnel between the GNS3 VyOS router and an AWS Virtual Private Gateway (VGW).
Next up, is to repeat these steps with the exception being using infrastructure as code (terraform)
#AWS #CloudArchitect #HybridCloud

[51/100] #100DaysOfCloud, Today , I worked on adapting my Golang port scanner to a Lambda function. Being able to find open ports will be essential for my reconnaissance tool.
[50/100] #100DaysOfCloud, Today i started a project I'm very excited about. I've begun creating my reconnaissance tool. I started with learning how to create a golang AWS lambda function.
[49/100]#100DaysOfCloud Today I implemented a Fanout Architecture Using SQS and SNS.
I've just had a customer donate 5 licenses for my #AWS Associate and Professional Bundle (ALL-5) - Free to the first 5 people to enroll https://learn.cantrill.io/p/aws-associate-and-professional-bundle?coupon_code=MASTODON1337&product_id=2442860 #Cloud #training #100daysofCloud - Please boost if you see this :) (and they wanted it posted on Mastodon specifically)
AWS Associate and Professional Bundle (ALL-5)

Three Associates & Two Professionals AWS ALL-5

When bringing down the containers created by `docker-compose up -d` , You might not want to re-use the volumes created by the compose files. In that case, instead of just using `docker-compose down` use `docker-compose down -v`

Disclaimer: do not use for containers which are already deployed in production.

#100daysofcloud #docker

The types of networks that #Docker creates on your host machine are Closed/None Network, Bridge Network, Host Network, Overlay Network #100Daysofcloud