Advanced Search
Search Results
23 total results found
About this book
yuy ... this looks awesome This is an inline code block ProperCodeBlockHere LooksAwesome: yes
OpsWorks
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...
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...
Amazon MQ
SNS
S3 Versioning
Lifecycle policies
SQS
CDK
EC2 Instances
Elastic Beanstalk
Cloudformation - the basics
AWS Cloudformation is based on templates this can be either JSON or YAML it describes your infrastructure
EC2 Cost optimization strategies
EC2 pricing
EC2 Instance types
EC2 data storage options
Preconfiguring instances with user data
What is an AMI?
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...