AWS Networking
Virtual Private Clouds (VPCs) A VPC resides inside of the AWS Cloud and it’s essentially your own isolated segment of the AWS Cloud itself By default when you create your VPC...
Virtual Private Clouds (VPCs) A VPC resides inside of the AWS Cloud and it’s essentially your own isolated segment of the AWS Cloud itself By default when you create your VPC...
Amazon CloudWatch: If you need to monitor the health of different resources, set alerts, gather metrics AWS CloudTrail: If you need to capture API calls being made across your AWS account AWS...
Designing for high availability, fault tolerance and cost efficiency Backup and DR Strategies RTO - recovery time objective - time it takes after a disruption to restore a business p...
Key Management Service (KMS) The Key Management Service is a managed service used to store and generate encryption keys Integrated with other AWS services Different...
Amazon RDS A relation database service that provides a simple way to provision, create, and scale a relational database It’s a managed service, removing many administrative o...
Amazon Machine Images: AMI’s are digital templates of pre-configured EC2 instances allowing you to quickly launch a new instance You have the choice of AWS-managed, custom, m...
Amazon EC2 instance Amazon EC2 provides scalable computing capacity in the AWS Cloud On-demand instances Reserved instances Scheduled instances Sp...
Networking By default, Docker-Compose will create a new network for the given compose file. You can change the behavior by defining custom networks in your compose file. Create and assign custo...
The basics Out of the gate, the goal of both merging and rebasing is to take commits from a feature branch and put them onto another branch. Let’s start with how a quote-on-quote “normal” merg...
Are you developing a new application with Mendix using a free license and finding that one environment is not sufficient? Would you like to send your code to GitHub so that you can run your app...