Trilogix Cloud

Category: AWS Technology

AWS Technology
AWS Data Lake Basics

Data Lake Data Lake can be  implemented in AWS using S3, which is a highly scalable, durable, and secure object storage service. Data is stored in S3 as objects, which can be any type of data,

Read More >>
AWS Technology
AWS Security and some basic things

AWS has a very granular set of Security layers. AWS Security Hub needs to be used when deploying into AWS. NIST, OWASP, CIS, CNCF, OSCAP and other models should also be assessed. Below is an

Read More >>
AWS Technology
AWS Security Hub

What is Security Hub? As a solution, AWS launched its integrated security tool called AWS Security Hub (in 2018), which can provide a comprehensive view of your security state in your AWS environments. This would

Read More >>
AWS Technology
AWS Cloud Architecting overview

  AWS and its complexity Cloud architecting is a complicated endeavour. As a cloud architect you responsible to implement best pratices, within time, resource, system, legacy and budgetary constraints. The entire OSI stack is at

Read More >>
AWS Technology
ALB, NLB differences in AWS

  Application load balancer (ALB) and Network load balancer (NLB) ALB — Layer 7 (HTTP/HTTPS traffic), Flexible. NLB— Layer 4 (TLS/TCP/UDP traffic), Static IPs. CLB— Layer 4/7 (HTTP/TCP/SSL traffic), Legacy, Avoid. AWS ALB/ELB Overview https://docs.aws.amazon.com/elasticloadbalancing/latest/application/introduction.html

Read More >>
AWS Technology
AWS Fargate and Managed Container Costing

What is Fargate? Fargate is a serverless compute engine that lets you deploy and manage apps, APIs, and microservices without the need to manage the underlying infrastructure. It also optimizes costs by only paying for the resources

Read More >>