Quarter 2 is packed with educational events for people of all ages. Quarter 2 starts April 1stAWS offers many free events and programs that are designed to inform people from all industries about the AWS cloud. Learn from cloud experts about the importance of cloud...
AWS
AllCode is part of the Amazon Partner Network, with numerous AWS certified engineers. Amazon Web Services is a subsidiary of Amazon providing on-demand cloud computing platforms and APIs to individuals, companies, and governments, on a metered pay-as-you-go basis.

AWS Events for 2020 Quarter 1
Throughout the year, Amazon Web Services hosts conferences for people of all ages. In 2020, there are roughly 46 events that are hosted in areas all around the world. AWS offers many free events and programs that are designed to inform people from all industries about...
How to Troubleshoot AWS Billing Issues – Part 2
In our latest blog post on investigating AWS bill issues, we explored issues with CloudWatch and EC2
How to Troubleshoot AWS Billing Issues
Analyzing AWS Billing Issues If you're running software on AWS, then each month you'll end up troubleshooting AWS billing issues. This last month, my AWS bill for one of our internal accounts was higher than expected. Surprise, surprise! I started to investigate the...
Microservice Architecture vs. Monolithic Architecture
Microservice Architecture vs. Monolithic Architecture A microservice architecture is a critical way of keeping up with the technology curve of today's ever-shifting digital world. Over the past few years, microservices have become a popular option when developing web...
AllCode at AWS re:Invent 2019
https://allcode.com/wp-content/uploads/2019/11/aws_reinvent_2019_allcode-1024x576.png Are you going to AWS re:Invent December 2nd through 6th? AllCode will be there! Let's organize a time to meet in person to discuss the projects that we have on our books to see how...
AllCode Recognized as Amazon Web Services Select Consulting Partner
AllCode, Amazon Web Services, AWS Partner San Francisco, CA, August 23, 2019 – AllCode announced today that we have been recognized as an Amazon Web Services (AWS) Select Consulting Partner. Since 2016, AllCode has delivered mission-critical solutions on AWS for...
How to connect to an AWS DocumentDB from a Kubernetes Pod
If you're using AWS DocumentDB with Kubernetes and you want to connect to your DocumentDB cluster, you'll first need to configure your AWS and Kubectl command line interfaces. You can learn how to use the AWS CLI and Kubectl here. After you're able to connect to your...
Troubleshooting and migrating your secured AWS DocumentDB inside Kubernetes
In this article, we explain a few tools to manage your AWS DocumentDB inside Kubernetes. 1) Launching a MongoDB client pod to connect to AWS DocumentDB Using the following command kubectl run -i --rm --tty mongo-client --image=mvertes/alpine-mongo --restart=Never...
Managing your AWS Kubernetes Cluster from the Command Line
How to manage AWS Kubernetes clusters on command line AWS Kubernetes can be managed via the command line through the use of a combination of aws-cli, kubectl, and aws-okta. These instructions primarily apply to AWS EKS. To install these command line interfaces on your...