Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

23 total results found

About this book

AWS - the course Introduction

yuy ... this looks awesome This is an inline code block ProperCodeBlockHere LooksAwesome: yes

OpsWorks

AWS - the course Automation

Bash Cheat Sheet

Bash

BASH stands for Bourne-Again SHell each BASH script should start with the shebang : #!/bin/bash Comparison operators  Operator  Description   Operator Description -eq Is equal to   -n Is not null -ne Is not equal to   -z Is null -gt Is great...

I

AWS - the course Glossary

IAM AWS Identity and Access Management (IAM) is a service that allows you to manage access to AWS services and resources securely. With IAM, you can create and manage AWS users and groups, create policies and assign permissions to allow and deny access to AWS...

Amazon MQ

AWS - the course Building decoupled applications

SNS

AWS - the course Building decoupled applications

S3 Versioning

AWS - the course Basic storage - S3

Lifecycle policies

AWS - the course Basic storage - S3

SQS

AWS - the course Building decoupled applications

CDK

AWS - the course Automation

EC2 Instances

AWS - the course Basic computing - EC2

Elastic Beanstalk

AWS - the course Automation

Cloudformation - the basics

AWS - the course Automation

AWS Cloudformation is based on templates this can be either JSON or YAML it describes your infrastructure  

EC2 Cost optimization strategies

AWS - the course Basic computing - EC2

EC2 pricing

AWS - the course Basic computing - EC2

EC2 Instance types

AWS - the course Basic computing - EC2

EC2 data storage options

AWS - the course Basic computing - EC2

Preconfiguring instances with user data

AWS - the course Basic computing - EC2

What is an AMI?

AWS - the course Basic computing - EC2

Software Architecture basics

Solutions Architect Handbook

  Software architecture main requirements: User requirements Business requirements IT System requirements Software architecture key principles: minimize complexity separation of concerns single responsibility principle principle of least knowledge do...