Skip to content

Commit

Permalink
Improve intro
Browse files Browse the repository at this point in the history
  • Loading branch information
brikis98 committed May 28, 2024
1 parent 9346ae6 commit af69c7e
Showing 1 changed file with 42 additions and 60 deletions.
102 changes: 42 additions & 60 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1804,12 +1804,6 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Orchestration tools.</p>

</li>

<li>

<p>Provisioning tools.</p>

</li>
Expand Down Expand Up @@ -1842,7 +1836,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Use OpenTofu to deploy that AMI on an EC2 instance.</p>
<p>Use OpenTofu to deploy an EC2 instance.</p>

</li>

Expand Down Expand Up @@ -1896,25 +1890,25 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Use Ansible to deploy an app across a cluster of servers with Nginx as a load balancer.</p>
<p>Use Ansible to deploy app servers &amp; Nginx.</p>

</li>

<li>

<p>Use OpenTofu to deploy an Auto Scaling Group and Application Load Balancer.</p>
<p>Use OpenTofu to deploy an ASG and ALB.</p>

</li>

<li>

<p>Deploy a Kubernetes cluster in AWS using EKS and deploy a Dockerized app in your cluster.</p>
<p>Deploy a Dockerized app in Kubernetes.</p>

</li>

<li>

<p>Deploy a serverless web app using AWS Lambda and API Gateway.</p>
<p>Deploy a serverless app with AWS Lambda.</p>

</li>

Expand Down Expand Up @@ -1942,7 +1936,13 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Build systems &amp; dependency management.</p>
<p>Build systems.</p>

</li>

<li>

<p>Dependency management.</p>

</li>

Expand Down Expand Up @@ -1974,13 +1974,13 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Set up automated tests for your Node.js app.</p>
<p>Set up automated tests for a Node.js app.</p>

</li>

<li>

<p>Set up automated tests for your OpenTofu code.</p>
<p>Set up automated tests for OpenTofu code.</p>

</li>

Expand Down Expand Up @@ -2020,13 +2020,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Deployment strategies.</p>

</li>

<li>

<p>Deployment pipelines.</p>
<p>Deployment strategies and pipelines.</p>

</li>

Expand All @@ -2040,19 +2034,19 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Use OIDC to authenticate to AWS from GitHub Actions.</p>
<p>Use OIDC with GitHub Actions and AWS.</p>

</li>

<li>

<p>Set up automated tests in GitHub Actions.</p>
<p>Run tests in GitHub Actions.</p>

</li>

<li>

<p>Set up automated deployments in GitHub Actions.</p>
<p>Run deployments in GitHub Actions.</p>

</li>

Expand Down Expand Up @@ -2080,13 +2074,13 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Moat &amp; bailey network access: bastion host, SSH, VPN.</p>
<p>Moat &amp; bailey: bastion host, SSH, VPN.</p>

</li>

<li>

<p>Zero-trust network access: Tailscale, Teleport.</p>
<p>Zero-trust: Tailscale, Teleport.</p>

</li>

Expand Down Expand Up @@ -2118,7 +2112,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Use Route 53 to set up a custom domain name for your app.</p>
<p>Set up a custom domain name in Route 53.</p>

</li>

Expand All @@ -2140,37 +2134,25 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Authentication basics: IAM, SSO, MFA.</p>
<p>"Authn: IAM, SSO, MFA."</p>

</li>

<li>

<p>Authorization basics: principle of least privilege, IAM.</p>
<p>"Authorz: principle of least privilege, IAM."</p>

</li>

<li>

<p>Encryption at rest: algorithms, salts.</p>
<p>Encryption at rest and in transit.</p>

</li>

<li>

<p>Encryption in transit: TLS, TLS certificates.</p>

</li>

<li>

<p>Types of secrets: personal, customer, infrastructure.</p>

</li>

<li>

<p>Secrets management tools.</p>
<p>Secrets management.</p>

</li>

Expand All @@ -2190,7 +2172,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Use ACM to provision a TLS certificate for your app.</p>
<p>Use ACM to provision a TLS certificate.</p>

</li>

Expand Down Expand Up @@ -2218,7 +2200,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Multiple environments: isolation, blast radius, account baselines, account factory.</p>
<p>Account baselines, account factories.</p>

</li>

Expand Down Expand Up @@ -2250,7 +2232,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Create separate AWS accounts for stage and prod.</p>
<p>Create multiple AWS accounts.</p>

</li>

Expand Down Expand Up @@ -2290,19 +2272,19 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Hard-drives: local and network disks.</p>
<p>"Hard-drives: local and network disks."</p>

</li>

<li>

<p>Relational databases and schema management.</p>
<p>Relational DBs, schema management.</p>

</li>

<li>

<p>Non-relational databases (NoSQL), queues, data warehouses.</p>
<p>NoSQL, queues, data warehouses.</p>

</li>

Expand All @@ -2312,12 +2294,6 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

</li>

<li>

<p>Backup &amp; recovery.</p>

</li>

</ul>

</div></div></td>
Expand Down Expand Up @@ -2346,7 +2322,7 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Use S3 and CloudFront to store static assets.</p>
<p>Use S3 and CloudFront for static assets.</p>

</li>

Expand Down Expand Up @@ -2410,6 +2386,12 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

</li>

<li>

<p>Set up alerts in CloudWatch.</p>

</li>

</ul>

</div></div></td>
Expand All @@ -2428,25 +2410,25 @@ <h3 id="_what_you_will_find_in_this_blog_post_series">What you will find in this

<li>

<p>Higher levels of abstraction: serverless, service mesh, AI.</p>
<p>Serverless, service mesh, AI.</p>

</li>

<li>

<p>Platform engineering: faster feedback loops, remove vs local.</p>
<p>Platform engineering.</p>

</li>

<li>

<p>DevSecOps: shift left, policy-as-code, supply chain security.</p>
<p>DevSecOps, shift left, supply chain security.</p>

</li>

<li>

<p>The future of IaC: infrastructure from code, interactive runbooks.</p>
<p>Infrastructure from code, runbooks.</p>

</li>

Expand Down

0 comments on commit af69c7e

Please sign in to comment.