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

---
title: Best AWS Tip posts — November 2022 | daily.dev
description: The most upvoted AWS Tip posts from November 2022, curated by the daily.dev community.
canonical: https://daily.dev/sources/awstip/best-of/2022/11
twitter:card: summary_large_image
twitter:site: @dailydotdev
og:url: https://daily.dev/sources/awstip/best-of/2022/11
og:type: website
og:site_name: daily.dev
og:title: Best AWS Tip posts — November 2022 | daily.dev
og:description: The most upvoted AWS Tip posts from November 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 — November 2022

1. 1  
[](https://daily.dev/posts/automate-everything-you-can--fc-oxe-zx "Automate everything you can.")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Automate everything you can.  
Serverless should be as simple as picking resources and writing logic as possible. In this blog, I’ll work through the basics of going from an architectural diagram to a functional project without worrying about a specific technology. The diagram breaks down into a set of resources and functions which are primitives supported by Nitric.  
52  
3
2. 2  
[](https://daily.dev/posts/linux-cheat-sheet-commands-you-must-know-zvmfjjcyr "Linux Cheat-sheet Commands you must know")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Linux Cheat-sheet Commands you must know  
In this page, you will find Linux Cheat Sheet Commands. All these Linux versions uses the same Linux commands and all the Basic Linux commands are similar in these Operating Systems.  
45
3. 3  
[](https://daily.dev/posts/day-9-load-balancing-bl-wbjukw "Day 9 | Load Balancing")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Day 9 | Load Balancing  
Elastic Load Balancers are servers that forward traffic to multiple servers (e.g., EC2 instances) downstream. Expose a single point of access (DNS) to your application - Seamlessly handle failures of downstream instances.  
34  
2
4. 4  
[](https://daily.dev/posts/build-a-visual-serverless-rest-api-with-mongodb-and-nodejs-thh6bjbeo "Build a Visual Serverless REST API with MongoDB and NodeJS")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Build a Visual Serverless REST API with MongoDB and NodeJS  
We’ll build a visual Serverless RESTful API using MongoDB and NodeJS. We will create endpoints for creating data, reading data, updating data, and deleting data. To set up a HTTP trigger simply look through the embedded library functions that Lolo provides you with.  
33
5. 5  
[](https://daily.dev/posts/day-1-what-is-aws-qou7dtflt "Day 1 | What is AWS")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Day 1 | What is AWS  
AWS stands for Amazon Web Services. It is a cloud platform that provides services such as databases and servers to build, deploy, and manage Websites on a remotely located virtual machine on demand for which they charge. Customers include Netflix, Twitch, NASA, Airbnb, Netflix,  
27
6. 6  
[](https://daily.dev/posts/1-dollar-devops-terraform-docker-nginx-u-z17k2hz "1 Dollar DevOps: Terraform + Docker + Nginx")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
1 Dollar DevOps: Terraform + Docker + Nginx  
This blog post is for the new SRE or Cloud Developer who is hesitant to create an AWS account or GCP account because of the possibly incurred costs.  
24
7. 7  
[](https://daily.dev/posts/sql-joins--beginners-zxyp01dq "SQL Joins -beginners")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
SQL Joins -beginners  
SQL Joins enable you to combine many records from different tables into a single table. For retrieving records with a large number of columns, the repetition of table names would make the queries hard to read. To improve the readability of your Join queries, use SQL Aliases.  
20
8. 8  
[](https://daily.dev/posts/serverless-cron-job-with-aws-b0qjlyerm "Serverless cron job with AWS")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Serverless cron job with AWS  
cron is a program that allows you to schedule tasks repeatedly at a specific time. With the cron job, we can specify that task to run at that specific time repeatedly every day. There are even bridges (cloud watch event ) and lambda.  
15  
1
9. 9  
[](https://daily.dev/posts/how-to-host-your-website-on-aws--beginners-xxsoikyi1 "How to Host your website on AWS -beginners")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
How to Host your website on AWS -beginners  
This guide is for aspiring web developers or self-taught web developers who want to host their web projects but don’t know how to. In this tutorial, you will learn how to host a website using AWS Amplify.  
15
10. 10  
[](https://daily.dev/posts/deploy-an-api-tool-in-10-minutes-vagxd00h4 "Deploy an API tool in 10 minutes")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Deploy an API tool in 10 minutes  
The core idea of Serverless is to make the server as a computing resource no longer need the attention of users. FaaS (Functions as a Service) functions as a service. Later, we will use the serverless API to implement a service that uses Node to help clients send API requests and get responses.  
15  
1
11. 11  
[](https://daily.dev/posts/serverless-communication-patterns-rnskdbped "Serverless Communication Patterns")  
Article  
![Avatar of awstip](https://media.daily.dev/image/upload/t_logo,f_auto/v1/logos/aea5725665d4494d8470f6c11612e774)AWS Tip · 4y  
Serverless Communication Patterns  
The serverless consists of following categories which are all interacting together to design a production ready solution. Choosing the best communication style depends on business requirement and technical capacities, so answering to following questions help align the business and technical requirements and make the right decision.  
14

[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/11#page","url":"https://daily.dev/sources/awstip/best-of/2022/11","name":"Best AWS Tip Posts — November 2022","description":"The most upvoted AWS Tip posts from November 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/11#items","numberOfItems":11,"itemListElement":[{"@type":"ListItem","position":1,"url":"https://daily.dev/posts/automate-everything-you-can--fc-oxe-zx","name":"Automate everything you can."},{"@type":"ListItem","position":2,"url":"https://daily.dev/posts/linux-cheat-sheet-commands-you-must-know-zvmfjjcyr","name":"Linux Cheat-sheet Commands you must know"},{"@type":"ListItem","position":3,"url":"https://daily.dev/posts/day-9-load-balancing-bl-wbjukw","name":"Day 9 | Load Balancing"},{"@type":"ListItem","position":4,"url":"https://daily.dev/posts/build-a-visual-serverless-rest-api-with-mongodb-and-nodejs-thh6bjbeo","name":"Build a Visual Serverless REST API with MongoDB and NodeJS"},{"@type":"ListItem","position":5,"url":"https://daily.dev/posts/day-1-what-is-aws-qou7dtflt","name":"Day 1 | What is AWS"},{"@type":"ListItem","position":6,"url":"https://daily.dev/posts/1-dollar-devops-terraform-docker-nginx-u-z17k2hz","name":"1 Dollar DevOps: Terraform + Docker + Nginx"},{"@type":"ListItem","position":7,"url":"https://daily.dev/posts/sql-joins--beginners-zxyp01dq","name":"SQL Joins -beginners"},{"@type":"ListItem","position":8,"url":"https://daily.dev/posts/serverless-cron-job-with-aws-b0qjlyerm","name":"Serverless cron job with AWS"},{"@type":"ListItem","position":9,"url":"https://daily.dev/posts/how-to-host-your-website-on-aws--beginners-xxsoikyi1","name":"How to Host your website on AWS -beginners"},{"@type":"ListItem","position":10,"url":"https://daily.dev/posts/deploy-an-api-tool-in-10-minutes-vagxd00h4","name":"Deploy an API tool in 10 minutes"},{"@type":"ListItem","position":11,"url":"https://daily.dev/posts/serverless-communication-patterns-rnskdbped","name":"Serverless Communication Patterns"}]},{"@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":"November 2022"}]}]}
```

