-
Spring Config Server & Client
Configuration are properties that are required by the application but that are specific to an environment. The 12 factor methodology for building cloud native applications notes that externalizing configuration is important where applications…
-
AWS API Gateway
AWS API Gateway is a managed service that provides solutions to administrative and design challenges experienced when implementing APIs. Modern applications expose APIs to facilitate simple integration with other systems and services. Features…
-
S3 for object storage
Amazon offers storage options to accommodate different types of data to be stored in the cloud. Storage Options EFS (File storage) Data is stored as files in folder hierarchies and accessed through a…
-
Container orchestration with Kubernetes
What is a container? Read about containerization before moving on to Kubernetes. What is Kubernetes? Kubernetes is an open-source container orchestrator that is designed to automate the deployment, scaling and operations associated with…
-
-
Elastic Beanstalk
Elastic Beanstalk is a fully managed service from AWS that supports the deployment and scalability of web applications and services. Elastic Beanstalk is free and only the resources used to store and run…