Cloud Infrastructure Entitlement Management (CIEM) CIEM, or Cloud Infrastructure Entitlement Management, is a security solution that monitors and controls access, rights/permissions across multiple cloud environments. CIEM’s area of interest is the risk associated with excessive, unused, or misallocated privileges in the cloud environment. Key Features of CIEM Cloud Security Posture Management (CSPM)? Cloud Security Posture…
Author: wpadmin
AWS Security – Firewalls
AWS Network Firewall vs WAF vs Security Groups vs NACLs AWS Network Firewall is stateful, fully managed, network firewall and intrusion detection and prevention service (IDS/IPS) for VPCs. AWS WAF is a web application firewall that helps protect web applications from attacks by allowing rules configuration that allow, block, or monitor (count) web requests based on defined conditions….
EBS
Amazon EBS Amazon Elastic Block Store (Amazon EBS) is block-level storage that you can attach to an Amazon EC2 instance. You can compare this to how you must attach an external drive to your laptop. This attachable storage is called an EBS volume. EBS volumes act similarly to external drives in more than one way….
Compute resources
Serverless AWS Lambda Service that lets you run code without needing to provision or manage servers. While using AWS Lambda, you pay only for the compute time that you consume. Charges apply only when your code is running. You can also run code for virtually any type of application or backend service, all with zero…
Snow family
snow family products
AWS Cloud Adoption Framework
Six core perspectives of the Cloud Adoption Framework
Migration strategies II
Strategies for migration
Well-Architected Framework
The Well-Architected Framework is based on six pillars.
IAM Policies
IAM policies
Containers orchestration
In AWS, containers can run on EC2 instances. For example, you might have a large instance and run a few containers on that instance. Although running one instance is uncomplicated to manage, it lacks high availability and scalability. Most companies and organizations run many containers on many EC2 instances across several Availability Zones. If you’re…