Advanced Search
Search Results
43 total results found
Cloud Computing
CDK
Preconfiguring instances with user data
EC2 data storage options
EC2 Instance types
EC2 pricing
EC2 Cost optimization strategies
Cloudformation - the basics
AWS Cloudformation is based on templates this can be either JSON or YAML it describes your infrastructure
Elastic Beanstalk
OpsWorks
EC2 Instances
SQS
Lifecycle policies
S3 Versioning
SNS
Amazon MQ
I
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...
Bash Cheat Sheet
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...
What is an AMI?
About this book
yuy ... this looks awesome This is an inline code block ProperCodeBlockHere LooksAwesome: yes
Linux
Introduction
Software engineering basics
AWS - the course
Bash
Solutions Architect Handbook
UML
The DevOps book
The Database book
Getting started with the account - IAM
Glossary
Basic storage - S3
Basic computing - EC2
Introduction of the databases - RDS
Networking in AWS
Security
Serverless
Automation
Building decoupled applications
Software Architecture basics
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...