CompTIA CASP+: Secure Cloud Computing
CompTIA
| Intermediate
- 19 videos | 1h 50m 47s
- Includes Assessment
- Earns a Badge
Cloud computing is widely used by individuals and enterprises to outsource IT solutions. In this course, you'll begin with learning how to identify cloud deployment and service models. Next, you'll review cloud service level agreements, cloud security solutions, and how to work with cloud VNets. Moving on, you'll learn how to configure cloud autoscaling to increase application availability. You'll also explore now to deploy a cloud-based firewall, configure firewall routing, and enable RDP through cloud firewalls. Lastly, you'll learn how to create a cloud key vault and enable cloud storage security. This course is one of a collection of courses that prepares learners for the CompTIA Advanced Security Practitioner (CASP+) CAS-004 exam.
WHAT YOU WILL LEARN
-
Discover the key concepts covered in this courseDescribe the characteristics of cloud computingIdentify common cloud deployment modelsIdentify common cloud service modelsDetermine if it uptime requirements are met by slasClassify standard cloud security mechanismsDownload and view cloud star detailsDeploy a cloud virtual networkConfigure a network security group in azureDeploy a windows virtual machine in microsoft azure
-
Deploy a linux virtual machine in microsoft azurePeer cloud virtual networks together to facilitate connectivityLimit outbound network access using azure firewallRoute traffic leaving the cloud to a firewall applianceConfigure an azure firewall dnat ruleEnable cloud autoscaling to improve application performance and availabilityCreate a centralized cloud key vault for secrets storageConfigure various security settings for cloud storageSummarize the key concepts covered in this course
IN THIS COURSE
-
1m 28sHere, you’ll learn more about your instructor and this course. In this course, you’ll learn to identify cloud deployment and service models. Next, you'll review cloud service level agreements and cloud security solutions. You’ll learn how to work with cloud VNets. Then, you’ll configure cloud auto-scaling and increase application availability. Lastly, you'll create a cloud key vault and enable cloud storage security. FREE ACCESS
-
6m 51sHere, you’ll explore cloud computing. When you talk about cloud computing, you're talking about some kind of computing service, an IT service, that's available over a network. That network could be a public network like the internet or a private network on a local area network. Either way, it's important that connections be secured. Network security is going to be important to encrypt transmissions or ensure only transmissions through an encrypted VPN tunnel are allowed. FREE ACCESS
-
6m 55sHere, you’ll learn about cloud computing models. There are a few different cloud deployment models or different types of clouds. With a public cloud, anybody over the internet can potentially become a member. They’ll sign up with an account with a public cloud provider. You also need to consider the underlying infrastructure, the buildings for the data centers and all of the equipment that's housed within them to support cloud services. FREE ACCESS
-
8m 15sHere, you’ll learn about cloud service models. There are a number of different types of IT services that are accessible in the cloud computing environment. When you talk about cloud service models, you’re referring to an IT service that is accessed over a network. There are different categories of these IT services, and those are the cloud service models. Because you're accessing these IT services over a network, you must think about authentication. FREE ACCESS
-
4m 52sIn this video, you’ll look at service level agreements or SLAs. These are a contract between a provider of a service and a consumer of that said service. Service level agreements are important because they guarantee uptime for a service. One aspect of security is availability, making sure that services and data are available when they are needed. FREE ACCESS
-
7m 30sThis video explores cloud network security. In a cloud computing environment, cloud network security options can be manually configured. If you're using a GUI, a command-line tool, or doing it programmatically, it might be a managed service where you don't really do much of the configuring. Many cloud service providers have a number of security accreditations with different security standards bodies. They have different regulations from different parts of the world. FREE ACCESS
-
6m 44sHere, you’ll look at CSA STAR data. The use of cloud computing implies the level of trust from the perspective of the cloud customer. They trust the cloud service provider has done their due diligence in hiring personnel to man their data centers, and that the underlying equipment is configured securely in accordance with industry security standards and perhaps data privacy regulations. FREE ACCESS
-
6m 44sHere, you’ll learn how to configure cloud VNets. In the cloud, a VNet is a virtual network. You’ll need to take the same care in setting it up and securing it that you would with a regular network on-premises. That means defining the purpose of the network. All of the same considerations apply in the cloud as they do on-premises. FREE ACCESS
-
6m 15sHere, you’ll watch a demo. You’ll learn how to create a network security group. In Microsoft Azure, a network security group is like a packet-filtering firewall configuration where you can create multiple rules to allow or deny traffic based on what appears in packet headers. To get started, you’ll head to the portal and click on "Create a resource". Then, you’ll choose network security group. FREE ACCESS
-
7m 29sHere, you’ll watch a demo. You’ll learn how to deploy a Windows virtual machine into the Microsoft Azure cloud. Cloud computing offers self-provisioning. In other words, you are the cloud customer, so you get to provision virtual machines as you see fit. You can do that programmatically or using command-line tools. You can also do it using a GUI, which you’ll do here. FREE ACCESS
-
7m 54sIn this video, you’ll learn to deploy a Linux virtual machine in the cloud. You can quickly and easily deploy virtual machines in the cloud, as you would on-premises, if you already have virtual machine templates or if you're using operating system images that are pre-hardened. Here, you’ll deploy a Linux virtual machine in the Microsoft Azure public cloud. To get started in the Azure portal, you’ll click "Create a resource". FREE ACCESS
-
6m 10sHere, you’ll learn that in the cloud, after you've defined virtual networks, you can peer them together. Peering a VNet together provides the benefit of allowing virtual machines in one VNet to communicate directly with virtual machines in the peered VNet using public IP addresses. Without peering, you need to communicate using public IPs, which goes over the internet. But when you use private IPs, the traffic stays on the cloud provider's backbone global network. FREE ACCESS
-
7m 15sHere, you’ll learn how to deploy a cloud-based firewall. One of the great things about cloud computing and security is the ease with which you can deploy secure solutions like firewall appliances. Here, you’ll configure Azure firewall. In the Azure portal, you’ll start by clicking "Create a resource”. Then, you’ll click on “Firewall”. Finally, you’ll click on "Create". You’ll deploy this to your Subscription and to an existing Resource group. FREE ACCESS
-
5m 40sHere, you’ll watch a demo. You’ll configure the required network settings to make the Azure firewall work. First, you’ll make sure the firewall was deployed. In the Azure portal, you’ll go to the All Resources view. You’ll see a firewall called azurefw has been deployed for firewall east1. You’ll open that up. Then, you click "Firewall Manager". FREE ACCESS
-
5m 40sHere, you’ll watch a demo. You’ll learn to enable RDP through cloud firewalls. You’ll first connect to a Windows virtual machine in the cloud. Next, you’ll make sure it's using the Azure firewall to block connections to facebook.com. FREE ACCESS
-
4m 47sHere, you’ll watch a demo. You’ll learn more about configuring cloud autoscaling. Scalability is an important aspect of cloud computing. With autoscaling, you can make a configuration so that when things get busy you can start scaling out horizontally. This allows you to add virtual machines to handle the increased workload. Then, when traffic calms down, you can configure scaling-in or the removal of VMs. FREE ACCESS
-
6m 25sHere, you’ll watch a demo. You’ll learn to deploy a cloud key vault. When you're working with cloud computing, you might come to a point where you need a centralized and secured way of storing secrets. This could include things like database connection strings or working with decryption keys and encryption keys for protecting data at rest. All of these items can be managed centrally in a Microsoft Azure key vault. FREE ACCESS
-
2m 45sHere, you’ll watch a demo. You’ll learn to enable cloud storage security. Encrypting data at rest is required by most data privacy standards. To enable this in the Azure Cloud, you’ll begin by creating a storage account. Then, you’ll use a custom encryption key to protect data at rest to encrypt the contents of the storage account. FREE ACCESS
-
1m 9sHere, you’ll summarize what you’ve learned in this course. You’ve examined how to apply security controls to various cloud service models to securely manage VNets, key vaults, and cloud storage. You explored cloud deployment and service models, cloud service level agreements, and network security. You configured cloud VNets, limited network traffic with a network security group, and deployed a Windows and Linux virtual machine in the cloud. FREE ACCESS
EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE
Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.
Digital badges are yours to keep, forever.