This article was authored by AWS Sr. Developer Advocate, Wojciech Gawronski, and published with permission. According to the estimates, by 2030, humans will generate an ocean of data up to 572 zettabytes, which is equal to 572 million petabytes. This poses the...
aws
Taming Cloud Costs With Infracost
When we combine the cloud with IaC tools like Terraform and continuous deployment we get the almost magical ability to create resources on demand. For all its benefits, however, the cloud has also introduced a set of difficulties, one of which is estimating cloud...
Configure AWS Glue Job Using Python-Based AWS CDK
AWS Glue is a serverless data integration service that makes it easier to discover, prepare, move, and integrate data from multiple sources for analytics, machine learning (ML), and application development. This article will go into the best practices of application...
AWS Fargate: Deploying Jakarta EE Applications on Serverless Infrastructures
Jakarta EE is a unanimously adopted and probably the most popular Java enterprise-grade software development framework. With the industry-wide adoption of microservices-based architectures, its popularity is skyrocketing and during these last years, it has become the...
EC2 Instances With SSH, WinSCP, and PuTTY [Videos]
"An Amazon EC2 instance is a virtual server in Amazon's Elastic Compute Cloud (EC2) for running applications on the Amazon Web Services (AWS) infrastructure." In this article, see a series of video tutorials that goes over how to create an EC2 instance on AWS as well...
Apache Ranger and AWS EMR Automated Installation 4
In the previous two articles, we introduced the EMR-native Ranger integration solution with OpenLDAP and Windows AD. In this article, we will introduce open-source Ranger integration. This article will discuss “OpenLDAP + Open-Source Ranger.” 1. OpenLDAP + Open-Source...
Why Choose AWS as a “Well Architecture Framework”?
Enterprises have a growing need to upgrade their apps and methods for delivering digital experiences to millions of people. One such approach is serverless. Tech executives are now rethinking their strategy in response to the desire to boost agility and lowering total...
A Deep Dive Into Distributed Tracing
This is an article from DZone's 2022 Performance and Site Reliability Trend Report.For more: Read the Report Distributed tracing, as the name suggests, is a method of tracking requests as it flows through distributed applications. Along with logs and metrics,...
Thinking Like a Hacker: AWS Keys in Private Repos
About This Series Last time, we covered a scenario in which a threat actor found leaked RSA private keys used by a TLS wildcard certificate for “Poor Corp.” By chaining the leaked private key with DNS misconfigurations, the attacker was able to impersonate a Poor Corp...
The Technology Stack Needed To Build a Web3 Application
The internet ecosystem is currently shifting significantly with the dawn of decentralization. More and more decentralized technologies are becoming mainstream and gaining acceptance by the world at large. As far as innovation and development is concerned, the startup...
Managing AWS IAM With Terraform: Part 2
Part 1 connected to this article focuses on users, groups, and policy automation with Terraform. If you haven't read it yet, it's called Managing AWS IAM With Terraform: Part 1. Following the first part, in this tutorial, we will cover: How to centralize IAM to reduce...
AWS Step Function for Modernization of Integration Involving High-Volume Transaction: A Case Study
The serverless offerings of AWS (or any other public cloud provider today) are getting more and more popular. One of the biggest reasons is of course not needing to think about infra (server provisioning and so on). The other reasons include the offerings themselves,...