Monday, February 4, 2019

Getting started with DevOps

A good read

https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-366097df7737

*** Disclaimer! This post is still under review and contents might change over time. ***

Install Kubernetes
Install Terraform
Install  Ansible
  • Coming soon
Install  Git 
Install Docker 
  • Install Docker Toolbox for Windows
  • Skip Virtualization environment check
    • Go to C:\Program Files\Docker Toolbox and edit start.sh file.
    • Change below line.
      • "${DOCKER_MACHINE}" create -d virtualbox --virtualbox-no-vtx-check $PROXY_ENV "${VM}"
  • Add Windows Firewall rule
    • Add Inbound Rule (Custom) 
    • Add NW IP range (Public Profile) 
  • Verify Docker installation
    • $ docker --version
Install Jenkins
Install Gradle 

Monday, January 28, 2019

AWS Certified Solutions Architect - Associate - Tips

Tips for passing AWS Certified Solutions Architect - Associate exam.

Preperation


Learning Paths






Linux Academy 

Whizlabs

Cloud Academy 

InfinityPP.com

jayendrapatil.com

A Cloud Guru Forums

YouTub

Sam the Cloud Guy

Knowledge India

Whitepapers

AWS Well-Architected Framework done

Architecting for the Cloud: AWS Best Practices done

+ More... 

Sample Quiz

Amazon sample quiz







FAQ 

Amazon EC2
Amazon S3
Amazon VPC 
Amazon Route 53 
Amazon RDS
Amazon SQS
Amazon IAM
DynamoDB
Auto scaling
EBS
EFS
ELB
Aurora
Lambda
Redshift
CloudFront
API Gateway
SNS
KMS

+ More...

When writing the test

Don't get too much excited. Read the questions properly and understand the ask. Maybe the answer is there in the question itself. If you're not sure on a question don't spend too much time reviewing. Flag it and move along. Come back when you're finished with others. 

Good luck!

Getting started with DevOps

A good read https://medium.com/@devfire/how-to-become-a-devops-engineer-in-six-months-or-less-366097df7737 *** Disclaimer! This post is ...