In this Amazon EC2 Cheat Sheet, we will learn the concepts of Amazon EC2 which is a Linux-based/Windows-based/Mac-based virtual server...
(1B) - Linux Commands (2) - Networks (2B) - Networks (3) - Linux Systems (4) - Scripting (Ruby/Shell) (5) - Configuration Management (6) - AWS VPC setup (public/private subnets with NAT) (6B) - AWS VPC Peering (7) - Web server (8) - Database (9) - Linux...
We can see the output from our connection. The agent has created a certificate signing request and a private key to secure our connection. Puppet uses SSL certificates to authenticate connections between the master and the agent. The agent sends the certificate request to the master and waits fo...
Terraform commands cheat sheet Terraform Cloud Terraform 14 Creating Private TLS Certs GCP (Google Cloud Platform) GCP: Creating an Instance GCP: gcloud compute command-line tool GCP: Deploying Containers GCP: Kubernetes Quickstart GCP: Deploying a containerized web application via Kubernetes...
Send serial commands to Vaddio cameras committed on 2 November, 2014 added shutter controls arturoc ofxXMPP Addon for using xmpp services like jabber, google talk and others committed on 2 November, 2014 ofxXMPP: check that there's a ctx created before trying to call it Week of 1 Novem...
(1A) - Linux Commands (1B) - Linux Commands (2) - Networks (2B) - Networks (3) - Linux Systems (4) - Scripting (Ruby/Shell) (5) - Configuration Management (6) - AWS VPC setup (public/private subnets with NAT) (6B) - AWS VPC Peering (7) - Web server (8) ...
In this Amazon EC2 Cheat Sheet, we will learn the concepts of Amazon EC2 which is a Linux-based/Windows-based/Mac-based virtual server...
$ aws ecr get-login --region us-east-1 Run thedocker logincommand that was returned in the previous step. Or we can combine the two commands: $ eval $(aws ecr get-login --region us-east-1) Login Succeeded Flask Dockerfile:
Use thesshcommand to connect to the instance. We'll specify the private key (.pem) file and user_name@public_dns_name. For Amazon Linux, the user name isec2-user. For RHEL5, the user name is eitherrooto/rec2-user. For Ubuntu, the user name isubuntu. For Fedora, the user name ...
We'll learn how to create and use an IAM role. In this tutorial, we'll use a code which creates a S3 bucket via Python boto module: the first sample with credentials hard coded, and the other one using IAM which requires no credentials. ...