8 Things You Can Do With Amazon Web Services Without Coding

Does AWS need coding to be useful?

There are thousands of potential use cases when dealing with the cloud. AWS offers many dozens of services to help speed up time to value and productivity. However not everyone knows how to code, so that begs the question, does AWS need coding to be useful?

There are many cloud based services provided by Amazon Web Services which require no coding knowledge at all. This includes services which cover a broad array of workloads including storage, email, machine learning, media, server backup and many more.

Amazon EC2 | How Much Does The Most Expensive Instance Cost?

What is the most expensive ec2 instance?

Amazon Web Services offers an incredibly diverse amount of elastic compute cloud (EC2) instances in their cloud offering. The instances are designed to handle many different workloads, such as memory optimized, compute optimized, generic instances, and many others. Each of these have various pricing levels for what is provided.

The most expensive Amazon EC2 is currently the p3dn.24xlarge which costs $31.212 USD per hour when running a Linux OS and $35.628 per hour when running the Window OS on the instance in the US East (N. Virginia) region. The instance comes with 96 vCPUs, 768 GiB of RAM and two 900 GB NVMe SSDs.

Microsoft Azure | Can This Cloud Be Used For Free?

Is Azure Free?

When people first look to the cloud to host their websites or applications, they expect to have to pay for that hosting, or to pay for those cloud services. What if there was a way to run services in a cloud like Microsoft Azure for free?

All Microsoft Azure services have a pricing model attached to them, however there is a list of services that are ALWAYS free if the usage of those services stay under specific limits. The free services include services like Azure CosmosDB, Azure Functions, Azure Active Directory and more.

Amazon Fargate | AWS Fully Managed Container Service

How does AWS Fargate work?

Working with containers can make building and packaging micro services much more simple and easier to maintain. However managing and orchestrating a cluster of these containers can be time consuming, error prone, and difficult to understand at first. This is where AWS Fargate comes in.

How does AWS Fargate Work? AWS Fargate works by having the underlying servers fully configured, hosted, patched, monitored and maintained by AWS. This enables a completely serverless experience for the customer to run distributed fleets of containers. The customer only pays for time that the container instances are used.

Azure Key Vault | Is This A Secure Service To Store Secrets?

Is Azure key vault secure?

Most developers need a secure place to store application secrets, service passwords, encryption keys, TLS/SSL certificates and other secure information outside of the application source code. There are many options available. Microsoft Azure Key Vault is one of them.

Is Azure key vault secure? Microsoft Azure Key Vault is designed in a way that prevents Microsoft from ever seeing the raw keys or secrets. The private data is processed with FIPS 140-2 level 2 validated HSMs. Multiple permission points must be passed to retrieve any secret information. Any access can be logged for review.