AWS
-
Enterprise Java
How to install Apache Web Server on EC2 Instance using User data script
Hello Friends, In this tutorial, we will see how we can install Apache Web Server on EC2 instance using user…
Read More » -
Enterprise Java
AWS Alarms for Application Errors
Monitoring is key for any real-world application. You have to know what’s happening and be alerted in real time if…
Read More » -
Enterprise Java
Destroy AWS resources: Cloud-Nuke or AWS-Nuke?
So you’re working on a development account, and Terraform is stuck in a cycle, not allowing you to easily destroy…
Read More » -
Enterprise Java
AWS Lambda to save data in DynamoDB
In this tutorial, we will see how using AWS Lambda we can save data in Dynamo DB. Here are the…
Read More » -
Enterprise Java
AWS Lambda function with Java Pojo as Input Output Example
In the previous tutorial, we saw How to Create AWS Lambda function with Java and we passed String as input and…
Read More » -
Enterprise Java
Deploy Quarkus application to AWS Elastic Beanstalk
Elastic Beanstalk allows deploying and managing applications in the AWS Cloud without having to learn about the infrastructure that runs…
Read More » -
Enterprise Java
An AWS Elasticsearch Post-Mortem
So it happened that we had a production issue on the SaaS version of LogSentinel – our Elasticsearch stopped indexing…
Read More » -
Enterprise Java
Running a Safe Database Cluster in AWS With Auto-Scaling Groups
When you have to run a scalable application on AWS, your database must also be scalable. It’s easier to scale…
Read More » -
DevOps
Autoscaling Groups with terraform on AWS Part 3: Elastic Load Balancer and health check
Previously we set up some Apache Ignite servers in an autoscaling group. The next step is to add a Load…
Read More »