Posts

Showing posts from July, 2015

Configuration Management Awesomeness with Ansible

 Sysadmin Casts - Justin Weissig

Vagrant + Chef Basics

Chef Intro - Part 1 and Part 2 COOKBOOKS AWS https://github.com/opscode-cookbooks/aws TOMCAT https://github.com/opscode-cookbooks/tomcat SQL_SERVER https://github.com/opscode-cookbooks/sql_server DATABASES https://github.com/opscode-cookbooks/database SUBVERSION https://github.com/opscode-cookbooks/subversion OPENSSL https://github.com/opscode-cookbooks/openssl FAIL2BAN https://github.com/opscode-cookbooks/fail2ban

AWS Certified Solutions Architect - Chap 3 Questions

Chapters 3 - Identity Access Management (IAM) What is the difference between a group and a role? A group allows you to add users to a group, where as a role allows you to add both users and AWS resources. Power User Access allows.... Access to all AWS services except for management of groups and users within IAM. EC2 instances can have credentials stored on them so that the instances can access other resources (such as S3 buckets) and AWS recommends that you do this instead of assigning roles. False When using active directory to authenticate to AWS what are the correct steps performed? 1)  The user navigates to ADFS webserver 2)  The user enter in their single sign on credentials 3)  The user's web browser  receives a SAML assertion from the AD server 4)  The user's browser then posts the SAML assertion to the AWS SAML end point for SAML and the AssumeRoleWithSAML API request is used to request temporary security credentials.  5)  The user is...

AWS Certified Solutions Architect - Chaps 1, 2 Questions

Chapters 1, 2 - Intro and 10,00 Feet Overview Which statement best describes Availability Zones? Distinct locations from within an AWS region that are engineered to be isolated from failures. Fill in the Blanks: AWS ___________________ allows organizations to do complex analysis on large volumes of data.  Elastic Map Reduce What does an AWS Region consist of? An independent collection of AWS computing resources in a defined geography. AWS NoSQL product offering is known as... DynamoDB An AWS VPC is a component of which AWS service? Networking Service. In what year did Amazon move Amazon.com to AWS? 2010 What is the difference between Elastic Beanstalk &CloudFormation? Elastic Beanstalk automatically handles the deployment, from capacity provisioning, load balancing, auto-scaling to application health monitoring based on the code you upload to it, where as CloudFormation is an automated provisioning engine designed to deploy entire cloud environments via a JSON ...