<!-- mobian-agent-page publisher="dailydev" canonical="https://daily.dev/sources/awstip/best-of/2022/08" -->

---
title: Best AWS Tip posts — August 2022 | daily.dev
description: The most upvoted AWS Tip posts from August 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/awstip/best-of/2022/08
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/awstip/best-of/2022/08
og:type: website
og:site_name: daily.dev
og:title: Best AWS Tip posts — August 2022 | daily.dev
og:description: The most upvoted AWS Tip posts from August 2022, curated by the daily.dev community.
og:image: https://media.daily.dev/image/upload/s--VAY5ToZt--/f_auto/v1724209435/public/daily.dev%20-%20open%20graph
---

# Best of AWS Tip — August 2022

1. 1  
[](https://daily.dev/posts/cloud-certifications--m74x7rkfp "Cloud Certifications!")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Cloud Certifications!  
The most reliable sources are the sharks in Cloud Service Provider’s market namely: AWS, GOOGLE CLOUD PLATFORM, AZURE etc. There is unquestionably a dearth of qualified cloud experts. 84% of hiring managers say cloud certifications make a candidate more attractive.  
49  
1
2. 2  
[](https://daily.dev/posts/build-a-visual-serverless-nodejs-crud-api-with-mongodb-or-steal-mine--tp-r1jtut "Build a Visual Serverless NodeJS CRUD API with MongoDB (or steal mine)")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Build a Visual Serverless NodeJS CRUD API with MongoDB (or steal mine)  
The end result of this API will be something like the picture below. Some of these nodes are composites I am using two collections but you can change this logic to only have one. If you’ve added them you can now Save and then Run the application. This may take a minute or two.  
41  
1
3. 3  
[](https://daily.dev/posts/docker-containers-oh-my--pif-bjh9c "Docker Containers! Oh my!!")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Docker Containers! Oh my!!  
This weeks project focuses on creating Docker images and containers. We are going to create our own image using Nginx and then add a file that will tell us the date our container was deployed. We will then deploy the container to run on port 8080.  
20
4. 4  
[](https://daily.dev/posts/beginner-s-guide-to-cloud-computing-101-aws-cloud-practitioner-study-guide-nlqajvnqi "Beginner’s Guide to Cloud Computing 101 — AWS Cloud Practitioner Study Guide")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Beginner’s Guide to Cloud Computing 101 — AWS Cloud Practitioner Study Guide  
The series is great for someone who wants a simple straightforward study guide to supplement their learning. Cloud Computing Definition: On-demand delivery of IT resources through a cloud services platform via. Pricing: Cost of services vary region to region.  
19
5. 5  
[](https://daily.dev/posts/cloud-computing-service-models-xoo8zixnk "Cloud Computing Service Models")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Cloud Computing Service Models  
Each type of cloud computing provides different levels of control, flexibility, and management so that you’ll select the proper set of services for your needs.  
17
6. 6  
[](https://daily.dev/posts/single-page-application-for-only-1-on-aws-s3-cloudfront-ithve7pnx "Single-page Application for only 1$ on AWS — S3 & Cloudfront")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Single-page Application for only 1$ on AWS — S3 & Cloudfront  
The goal of this article is to create a static site that is cheap and efficient. We will use four tools from AWS: S3 where the static website files will be uploaded to We are at the last step for our infrastructure, we must go to the hosted zone created previously and create two new records in this way.  
15  
1

[See all AWS Tip archives](/sources/awstip/best-of)

```json
{"@context":"https://schema.org","@graph":[{"@type":"Organization","@id":"https://daily.dev/#organization","name":"daily.dev","url":"https://daily.dev","logo":{"@type":"ImageObject","url":"https://daily.dev/apple-touch-icon.png","width":180,"height":180},"sameAs":["https://twitter.com/dailydotdev","https://github.com/dailydotdev","https://www.linkedin.com/company/daily-dev-ltd"]},{"@type":"WebSite","@id":"https://daily.dev/#website","url":"https://daily.dev","name":"daily.dev","publisher":{"@id":"https://daily.dev/#organization"},"potentialAction":{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https://daily.dev/search?q={search_term_string}"},"query-input":"required name=search_term_string"}}]}
{"@context":"https://schema.org","@graph":[{"@type":"CollectionPage","@id":"https://daily.dev/sources/awstip/best-of/2022/08#page","url":"https://daily.dev/sources/awstip/best-of/2022/08","name":"Best AWS Tip Posts — August 2022","description":"The most upvoted AWS Tip posts from August 2022, curated by the daily.dev community.","isPartOf":{"@type":"WebSite","url":"https://daily.dev"}},{"@type":"ItemList","@id":"https://daily.dev/sources/awstip/best-of/2022/08#items","numberOfItems":6,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/cloud-certifications--m74x7rkfp","name":"Cloud Certifications!"},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/build-a-visual-serverless-nodejs-crud-api-with-mongodb-or-steal-mine--tp-r1jtut","name":"Build a Visual Serverless NodeJS CRUD API with MongoDB (or steal mine)"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/docker-containers-oh-my--pif-bjh9c","name":"Docker Containers! Oh my!!"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/beginner-s-guide-to-cloud-computing-101-aws-cloud-practitioner-study-guide-nlqajvnqi","name":"Beginner’s Guide to Cloud Computing 101 — AWS Cloud Practitioner Study Guide"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/cloud-computing-service-models-xoo8zixnk","name":"Cloud Computing Service Models"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/single-page-application-for-only-1-on-aws-s3-cloudfront-ithve7pnx","name":"Single-page Application for only 1$ on AWS — S3 & Cloudfront"}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https://daily.dev"},{"@type":"ListItem","position":2,"name":"Sources","item":"https://daily.dev/sources"},{"@type":"ListItem","position":3,"name":"AWS Tip","item":"https://daily.dev/sources/awstip"},{"@type":"ListItem","position":4,"name":"Best of","item":"https://daily.dev/sources/awstip/best-of"},{"@type":"ListItem","position":5,"name":"August 2022"}]}]}
```

