Posts

Showing posts from November, 2021

AWS Cloud Security

AWS Security :  AWS allows you to automate manual security tasks so you can shift your focus to scaling and innovating your business. Plus, you pay only for the services that you use. ๐Ÿ‘‰Scale Securely with Superior Visibility and Control With AWS, you control where your data is stored, who can access it, and what resources your organization is consuming at any given moment. Fine-grain identity and access controls combined with continuous monitoring for near real-time security information ensures that the right resources have the right access at all times, wherever your information is stored. ๐Ÿ‘‰Automate and Reduce Risk with Deeply Integrated Services Automating security tasks on AWS enables you to be more secure by reducing human configuration errors and giving your team more time to focus on other work critical to your business. Select from a wide variety of deeply integrated solutions that can be combined to automate tasks in novel ways, making it easier for your security team to ...

AWS vs Azure

  5 .Network and Content Delivery AWS uses a virtual private cloud (VPC) so that users can create isolated private networks within the cloud. From there, it uses API gateways for cross-premises connectivity. To ensure smooth operation, it uses elastic load balancing during networking.  Azure has a slightly different approach.  Instead of a VPC, Azure uses a virtual network that grants users the ability to create isolated networks, as well as subnets, private IP ranges, route tables, and network gateways.  If you want cross-network connectivity, you'll use a VPN gateway. Load balancing is handled with a load balancer and application gateway.  Both AWS and Azure offer firewall options and solutions to extend your on-premises data center into the cloud without compromising your data.  6.Pricing Both have a pay-as-you-go structure, so you can change or end your contract anytime if it's not working out. AWS charges per hour, with instances purchasable:  On-...

AWS VS AZURE

                           Microsoft Azure vs Amazon AWS ๐Ÿ‘‰ AWS has four categories of services  Compute Content delivery and storage Database Networking ๐Ÿ‘‰  Azure also has four services offering Compute Performance Data management and databases Networking 1.Features and Services In terms of basic capabilities, AWS and Azure are pretty similar. They share all of the common elements of public cloud services: self-service, security, instant provisioning, auto-scaling, compliance, and identity management. so in this scenario both are similar. 2.Computing Power AWS EC2 users can configure their own  virtual machines (VMs) , choose pre-configured machine images , or customize MIs. Users have the freedom to choose the size, power, memory capacity, and number of VMs they wish to use.  Azure users, on the other hand, chose a virtual hard disk (VHD) to create a VM. This can be pre-configured by Mi...