Lab 01 β Build Your Cloud Lab Environment
Before you deploy virtual machines, networks, storage, or applications, you need a safe and organized cloud lab environment. A good cloud engineer does not start by randomly creating resources. They establish guardrails first.
Welcome to your first CompTIA Cloud+ practical lab.
This lab creates the foundation for every Cloud+ lab that follows.
You will prepare a cloud environment where you can safely practice:
- compute
- networking
- storage
- IAM
- monitoring
- security
- backup and recovery
- automation
- troubleshooting
The objective is not simply:
Create a cloud account.
The objective is:
Build a repeatable cloud lab environment that is organized, secure, cost-aware, and easy to troubleshoot and clean up.
π― Mission Information
Section titled βπ― Mission Informationβ| Item | Details |
|---|---|
| Lab | 01 β Build Your Cloud Lab Environment |
| Difficulty | Beginner |
| Estimated Time | 45β60 Minutes |
| Primary Focus | Cloud Environment Preparation |
| Certification Alignment | CompTIA Cloud+ |
| Career Alignment | Cloud Support Engineer, Cloud Administrator, Junior Cloud Engineer |
| Environment | Approved Cloud Lab Account |
| Major Skills | Account Security, Regions, Naming, Tags, Cost Awareness, Documentation, Cleanup |
| Deliverable | Cloud Lab Readiness Checklist |
π’ Scenario
Section titled βπ’ ScenarioβYou have recently joined a cloud operations team as a junior engineer.
Your manager asks you to create a sandbox environment where you can safely practice cloud administration.
The organization does not want learners creating resources without:
- clear naming
- ownership
- cost awareness
- basic security
- cleanup procedures
You have therefore been asked to prepare a small cloud lab environment before deploying any workload.
Your lab should answer:
Who Owns the Environment? βWhich Region Are We Using? βHow Will Resources Be Named? βHow Will Resources Be Tagged? βHow Will Costs Be Controlled? βHow Will Access Be Protected? βHow Will Resources Be Documented? βHow Will Everything Be Removed?π― Lab Objectives
Section titled βπ― Lab ObjectivesβBy completing this lab, you should be able to:
-
prepare a cloud lab account
-
identify your cloud region
-
understand region-selection considerations
-
secure account access
-
enable MFA where supported
-
avoid routine use of highly privileged root/owner identities
-
define a naming convention
-
define a tagging strategy
-
organize lab resources
-
establish cost controls
-
document the environment
-
create a cleanup checklist
-
validate that the lab is ready for future exercises
π§ Why This Lab Matters
Section titled βπ§ Why This Lab MattersβNew cloud learners often begin like this:
Open Cloud Console βCreate VM βCreate Storage βCreate Network βForget What Everything Does βUnexpected CostsA professional approach looks more like:
Prepare Account βSecure Access βSelect Region βDefine Standards βSet Cost Controls βDeploy Resources βDocument βClean UpThat discipline becomes increasingly important when you work with:
-
development environments
-
production environments
-
multiple teams
-
multiple cloud accounts
-
enterprise governance
β οΈ Safety and Cost Notice
Section titled ββ οΈ Safety and Cost NoticeβCloud resources can create charges.
Before continuing:
-
use only an account you are authorized to use
-
understand the providerβs current pricing model
-
prefer free or low-cost resources for labs
-
delete resources when they are no longer required
-
do not deploy large compute instances
-
do not create unnecessary storage
-
do not leave public resources running accidentally
π§ Cloud Cost Principle
Section titled βπ§ Cloud Cost PrincipleβRemember:
Stopping a workload does not always eliminate every charge.
Associated resources may continue generating costs, such as:
-
disks
-
public IP addresses
-
snapshots
-
backups
-
load balancers
-
gateways
This is why cleanup must include:
the complete resource set.
πΊοΈ Lab Architecture
Section titled βπΊοΈ Lab ArchitectureβFor this first lab, your environment remains intentionally simple.
Cloud Account | βββ Secure Identity | βββ Primary Lab Region | βββ Naming Standard | βββ Tagging Standard | βββ Cost Controls | βββ Cloud Lab DocumentationFuture labs will expand this into:
Cloud Account βVirtual Network βSubnets βCompute βStorage βIAM βMonitoring01 β Confirm Your Cloud Provider
Section titled β01 β Confirm Your Cloud ProviderβYou can perform this lab using an approved cloud platform.
Examples include:
-
AWS
-
Microsoft Azure
-
Google Cloud
-
another authorized cloud environment
For CompTIA Cloud+, the important concepts are:
provider-neutral cloud principles.
Do not become dependent on one providerβs button names.
π Record Your Environment
Section titled βπ Record Your EnvironmentβCreate:
Cloud Provider:
Account / Subscription Name:
Purpose:CompTIA Cloud+ Lab Environment
Owner:
Created Date:π§ Career Tip
Section titled βπ§ Career TipβIn enterprise environments, resources should not exist without a clear:
-
owner
-
purpose
-
environment
02 β Sign In to the Cloud Console
Section titled β02 β Sign In to the Cloud ConsoleβOpen your approved cloud management console.
Confirm that you can access the environment successfully.
Do not create resources yet.
First understand:
where you are operating.
π Identify
Section titled βπ IdentifyβLocate information such as:
-
account
-
subscription
-
project
-
tenant
-
region selector
-
identity information
The exact terminology depends on the provider.
03 β Identify Your Current Identity
Section titled β03 β Identify Your Current IdentityβDetermine which identity you are currently using.
Ask:
Am I using the highest-privileged account?
If yes, avoid using that identity for normal lab work where your provider supports safer delegated administration.
π§ Identity Principle
Section titled βπ§ Identity PrincipleβPrefer:
Primary Account / Root / Owner βProtected βUsed Only When Necessaryand:
Administrative Lab Identity βDaily Lab Activities04 β Protect the Primary Account
Section titled β04 β Protect the Primary AccountβFor the main cloud account:
-
use a strong unique password
-
enable MFA where available
-
protect recovery methods
-
do not share credentials
π Why MFA Matters
Section titled βπ Why MFA MattersβWithout MFA:
Password Compromise βAccount CompromiseWith MFA:
Password Compromise βAdditional Authentication RequiredMFA significantly reduces password-only compromise risk.
05 β Enable MFA
Section titled β05 β Enable MFAβWhere supported, enable multi-factor authentication.
After enabling it:
-
sign out
-
sign back in
-
confirm MFA is required
π Record
Section titled βπ RecordβMFA Enabled:Yes / No
Authentication Method:
Validation Completed:Yes / Noπ§ Security Habit
Section titled βπ§ Security HabitβDo not configure a security control and assume:
it works.
Validate it.
06 β Review Account Recovery
Section titled β06 β Review Account RecoveryβCheck the accountβs recovery configuration.
Confirm:
-
recovery email or mechanism is valid
-
recovery access is protected
-
obsolete recovery information is removed
π§ Why This Matters
Section titled βπ§ Why This MattersβAttackers sometimes target:
the recovery process
instead of the primary authentication process.
07 β Create a Dedicated Lab Administrator Identity
Section titled β07 β Create a Dedicated Lab Administrator IdentityβWhere the platform supports it, create or use a dedicated identity for lab administration.
Example naming:
cloudplus-adminor:
student-cloud-adminβ οΈ Important
Section titled ββ οΈ ImportantβThis lab environment is for learning.
In enterprise environments, permanent broad administrative access should be minimized.
Later IAM labs will focus much more deeply on:
least privilege.
08 β Review Administrator Permissions
Section titled β08 β Review Administrator PermissionsβAsk:
What can this identity do?
For the initial lab, you may need broad permissions to create and delete test resources.
But understand the difference between:
Authenticationand:
AuthorizationYou may successfully log in but still lack permission to perform an action.
π§ Cloud IAM Model
Section titled βπ§ Cloud IAM ModelβIdentity βRole βPermission βResource09 β Choose a Primary Lab Region
Section titled β09 β Choose a Primary Lab RegionβMost cloud providers organize infrastructure geographically.
Choose one primary region for your labs.
Record:
Primary Lab Region:π What Is a Region?
Section titled βπ What Is a Region?βA region is a geographic cloud infrastructure location.
Conceptually:
Cloud Provider | βββ Region A βββ Region B βββ Region Cπ§ Why Region Selection Matters
Section titled βπ§ Why Region Selection MattersβRegion choice may affect:
-
latency
-
service availability
-
resilience
-
compliance
-
cost
For a learning lab, choose a region that:
-
supports the services you need
-
provides reasonable latency
-
is appropriate for your account
-
allows you to keep resources organized
10 β Understand Availability Concepts
Section titled β10 β Understand Availability ConceptsβWithin regions, providers may offer multiple isolated infrastructure locations or failure domains.
Conceptually:
Region | βββ Failure Domain A βββ Failure Domain B βββ Failure Domain CDifferent providers use different names.
π§ Why This Matters
Section titled βπ§ Why This MattersβLater you will learn how to build:
Application βMultiple Failure Domains βHigher AvailabilityFor now, simply identify whether your chosen region provides multiple availability locations.
π Record
Section titled βπ RecordβPrimary Region:
Availability / Failure Domains Available:
Notes:11 β Define the Lab Environment Name
Section titled β11 β Define the Lab Environment NameβChoose one consistent environment name.
Recommended:
cloudplus-labYou may also include your lab stage:
cloudplus-devπ§ Environment Labels
Section titled βπ§ Environment LabelsβOrganizations commonly separate:
DEVTESTSTAGINGPRODUCTIONFor your training environment, clearly identify it as:
LAB.
12 β Define a Naming Convention
Section titled β12 β Define a Naming ConventionβDo not create resources called:
server1network1testnewserverabcUse predictable names.
A simple convention:
<course>-<environment>-<resource>-<number>Example:
cloudplus-lab-vm-01cloudplus-lab-net-01cloudplus-lab-storage-01π§ Naming Benefits
Section titled βπ§ Naming BenefitsβGood naming improves:
-
troubleshooting
-
ownership
-
automation
-
cleanup
-
cost management
13 β Create a Naming Standard Table
Section titled β13 β Create a Naming Standard TableβUse:
| Resource Type | Naming Pattern | Example |
|---|---|---|
| Network | cloudplus-lab-net-XX | cloudplus-lab-net-01 |
| Subnet | cloudplus-lab-subnet-XX | cloudplus-lab-subnet-01 |
| VM | cloudplus-lab-vm-XX | cloudplus-lab-vm-01 |
| Storage | cloudplus-lab-storage-XX | cloudplus-lab-storage-01 |
| Security Rule | cloudplus-lab-sec-XX | cloudplus-lab-sec-01 |
14 β Define a Tagging Strategy
Section titled β14 β Define a Tagging StrategyβTags or labels attach metadata to resources.
Recommended lab tags:
| Tag | Value |
|---|---|
| Environment | Lab |
| Course | CompTIA-CloudPlus |
| Owner | Student |
| Purpose | Training |
| ManagedBy | Manual |
| AutoDelete | Yes |
π§ Why Tags Matter
Section titled βπ§ Why Tags MatterβImagine an enterprise has:
25,000 Cloud ResourcesWithout tags, answering:
Who owns this?
or:
Can we delete this?
becomes difficult.
π‘ Cost Management Connection
Section titled βπ‘ Cost Management ConnectionβTags can also help identify:
which team or project is creating cost.
15 β Create a Resource Inventory Template
Section titled β15 β Create a Resource Inventory TemplateβBefore creating resources, create the table you will use throughout the course.
| Resource | Type | Region | Purpose | Cost Risk | Cleanup Status |
|---|---|---|---|---|---|
π§ Professional Habit
Section titled βπ§ Professional HabitβUpdate the inventory:
every time you create something.
Do not wait until cleanup.
16 β Review Your Providerβs Cost Dashboard
Section titled β16 β Review Your Providerβs Cost DashboardβLocate the cloud providerβs:
-
billing
-
cost-management
-
usage
-
budget
area.
Do not enable paid services unnecessarily.
The objective is simply to understand:
where cloud costs are monitored.
17 β Create a Lab Budget
Section titled β17 β Create a Lab BudgetβWhere your provider supports budgets or spending alerts, create a small training budget appropriate to your account.
Example concept:
Monthly Lab Budget βUsage Threshold βAlertβ οΈ Important
Section titled ββ οΈ ImportantβBudget alerts generally:
warn you about spending.
They do not necessarily:
automatically stop all resources.
You still need cleanup discipline.
18 β Configure Cost Notifications
Section titled β18 β Configure Cost NotificationsβWhere available, configure alerts at practical thresholds.
For example:
50%80%100%of your chosen lab budget.
π Record
Section titled βπ RecordβBudget Configured:Yes / No
Budget Amount:
Alert Thresholds:
Notification Destination:19 β Identify Potential Cost Drivers
Section titled β19 β Identify Potential Cost DriversβBefore deploying anything, understand that common cost drivers may include:
-
running compute
-
storage
-
data transfer
-
load balancers
-
managed databases
-
gateways
-
backup retention
π§ Cloud Engineer Question
Section titled βπ§ Cloud Engineer QuestionβBefore creating a resource ask:
What will this cost while running?
and:
What could continue costing money after I stop using it?
20 β Define Your Resource Lifecycle
Section titled β20 β Define Your Resource LifecycleβUse this lifecycle for every future lab:
Create βTag βDocument βUse βValidate βStop if Appropriate βDelete βConfirm Cleanupπ§ Why Lifecycle Matters
Section titled βπ§ Why Lifecycle MattersβCloud makes creation easy.
Professional cloud operations also requires:
disciplined deletion.
21 β Define Your Cleanup Standard
Section titled β21 β Define Your Cleanup StandardβAt the end of future labs, review:
-
compute
-
storage
-
snapshots
-
networking
-
public IPs
-
load balancers
-
backups
-
test identities
π Cleanup Checklist
Section titled βπ Cleanup Checklistβ[ ] Compute removed[ ] Storage reviewed[ ] Snapshots reviewed[ ] Public IPs released[ ] Load balancers removed[ ] Test gateways reviewed[ ] Test identities reviewed[ ] Backup resources reviewed[ ] Billing dashboard checked22 β Create Your Lab Documentation Folder
Section titled β22 β Create Your Lab Documentation FolderβCreate a local folder such as:
CompTIA-CloudPlus-Labs/ββββ 01-Cloud-Lab-Environment/β βββ README.mdβ βββ architecture/β βββ screenshots/β βββ evidence/π§ Why Documentation Matters
Section titled βπ§ Why Documentation MattersβYour lab should produce more than:
memories.
It should produce evidence showing:
-
what you built
-
why you built it
-
how you secured it
-
how you validated it
23 β Create Your Lab README
Section titled β23 β Create Your Lab READMEβUse:
Lab:Build Your Cloud Lab Environment
Cloud Provider:
Primary Region:
Environment:LAB
Objectives:
Security Controls:
Cost Controls:
Naming Standard:
Tagging Standard:
Resources Created:
Validation:
Cleanup Status:24 β Create the Initial Architecture Diagram
Section titled β24 β Create the Initial Architecture DiagramβDocument:
Cloud Lab Account | βββ Lab Administrator | βββ MFA | βββ Primary Region | βββ Budget / Cost Monitoring | βββ Future Lab ResourcesThe diagram can be simple.
The goal is learning to communicate architecture.
25 β Create Your Cloud Lab Standards
Section titled β25 β Create Your Cloud Lab StandardsβDocument the following.
Identity Standard
Section titled βIdentity StandardβPrimary account protected with MFA.Daily administration uses an approved lab identity where supported.Region Standard
Section titled βRegion StandardβCloud+ labs use one primary region unless the lab specifically requires another region.Naming Standard
Section titled βNaming Standardβcloudplus-lab-<resource>-<number>Tag Standard
Section titled βTag StandardβEnvironment = LabCourse = CompTIA-CloudPlusPurpose = TrainingCost Standard
Section titled βCost StandardβUse minimal resources and remove them after each lab.26 β Validate Your Environment
Section titled β26 β Validate Your EnvironmentβCheck:
Can I Sign In? βIs MFA Working? βAm I in the Correct Account? βAm I in the Correct Region? βDo I Know My Naming Standard? βDo I Know My Tags? βCan I View Cost Management? βDo I Have a Cleanup Process?If all answers are yes:
your lab environment is ready.
π§ͺ Validation Checklist
Section titled βπ§ͺ Validation Checklistβ| Control | Status |
|---|---|
| Cloud account accessible | |
| Primary account secured | |
| MFA enabled where supported | |
| Lab administrator identified | |
| Region selected | |
| Naming standard documented | |
| Tagging standard documented | |
| Billing dashboard located | |
| Budget/alert reviewed | |
| Resource inventory created | |
| Cleanup checklist created | |
| Lab documentation created |
27 β Perform a Cloud Console Orientation
Section titled β27 β Perform a Cloud Console OrientationβBefore leaving the lab, identify where your provider exposes major service categories.
Find areas related to:
-
compute
-
networking
-
storage
-
identity
-
monitoring
-
billing
Do not create resources yet.
Your objective is to understand:
where cloud capabilities are organized.
π§ Cloud+ Mental Model
Section titled βπ§ Cloud+ Mental ModelβTry to map the console into:
Identity βCompute βNetwork βStorage βMonitoring βSecurity βCostThis provider-neutral model is more important than memorizing a console layout.
28 β Understand the Management Plane
Section titled β28 β Understand the Management PlaneβEverything you have done so far has largely interacted with the:
cloud management plane.
The management plane allows authorized identities to:
-
create resources
-
modify resources
-
delete resources
-
configure security
π¨ Security Importance
Section titled βπ¨ Security ImportanceβA compromised cloud administrator may be able to:
Create ResourcesModify FirewallsChange PermissionsAccess DataDisable LoggingThis is why account security matters before resource deployment.
29 β Create Your First Cloud Risk Register
Section titled β29 β Create Your First Cloud Risk RegisterβDocument a few simple risks.
| Risk | Impact | Control |
|---|---|---|
| Primary account compromise | High | MFA |
| Forgotten resources | Cost | Cleanup checklist |
| Unknown resource ownership | Operations | Tags |
| Wrong region deployment | Governance | Region standard |
| Weak naming | Operations | Naming standard |
π§ Security and Operations Connection
Section titled βπ§ Security and Operations ConnectionβGood cloud engineering combines:
Security+Operations+Cost+Governance30 β Simulate a Governance Question
Section titled β30 β Simulate a Governance QuestionβImagine your manager asks:
Why does this resource exist?
You should be able to answer using:
Resource Name+Tag+Inventory+Documentation31 β Simulate a Cost Question
Section titled β31 β Simulate a Cost QuestionβYour manager asks:
Which lab resources are still running?
Use your:
-
resource inventory
-
cloud console
-
billing dashboard
to answer.
32 β Simulate a Security Question
Section titled β32 β Simulate a Security QuestionβYour security team asks:
Who can administer this cloud environment?
You should be able to identify:
-
primary account
-
lab administrative identity
-
authentication controls
33 β Simulate an Incident Question
Section titled β33 β Simulate an Incident QuestionβSuppose you receive:
An unexpected cloud resource was created.
What information would you want?
Think:
Who Created It? βWhen? βWhich Region? βWhat Resource? βWhy? βIs It Public? βIs It Still Needed?This prepares you for later:
cloud logging and incident-investigation labs.
π― Certification Connection
Section titled βπ― Certification ConnectionβFor Cloud+ questions involving a new environment, think beyond:
deploy the workload.
Consider:
GovernanceIdentityCostSecurityAvailabilityOperationsπ€ Interview Questions
Section titled βπ€ Interview QuestionsβPractice without notes.
1. What is a cloud region?
Section titled β1. What is a cloud region?β2. Why does region selection matter?
Section titled β2. Why does region selection matter?β3. What is an availability zone or failure domain concept?
Section titled β3. What is an availability zone or failure domain concept?β4. Why should the primary/root cloud account be protected?
Section titled β4. Why should the primary/root cloud account be protected?β5. Why is MFA important?
Section titled β5. Why is MFA important?β6. Authentication vs authorization?
Section titled β6. Authentication vs authorization?β7. What is resource tagging?
Section titled β7. What is resource tagging?β8. Why are naming standards useful?
Section titled β8. Why are naming standards useful?β9. Why are tags useful for cost management?
Section titled β9. Why are tags useful for cost management?β10. Why should cloud labs have cleanup procedures?
Section titled β10. Why should cloud labs have cleanup procedures?β11. Why can stopped cloud resources still generate charges?
Section titled β11. Why can stopped cloud resources still generate charges?β12. What is the cloud management plane?
Section titled β12. What is the cloud management plane?β13. Why should every cloud resource have an owner?
Section titled β13. Why should every cloud resource have an owner?β14. Why are cost controls part of cloud operations?
Section titled β14. Why are cost controls part of cloud operations?β15. What should you verify before deploying a cloud workload?
Section titled β15. What should you verify before deploying a cloud workload?βπ¨ Scenario Interview Question 1
Section titled βπ¨ Scenario Interview Question 1βYou inherit a cloud environment containing hundreds of resources named
test1,test2, andnew-server.
What would you recommend?
Discuss:
-
inventory
-
ownership
-
tags
-
naming standards
-
lifecycle management
π¨ Scenario Interview Question 2
Section titled βπ¨ Scenario Interview Question 2βThe organizationβs primary cloud account is used by five administrators.
Discuss:
-
individual identities
-
MFA
-
accountability
-
least privilege
-
primary-account protection
π¨ Scenario Interview Question 3
Section titled βπ¨ Scenario Interview Question 3βA development team creates cloud resources but frequently forgets to delete them.
Discuss:
Tagging+Ownership+Budgets+Lifecycle+Automationπ¨ Scenario Interview Question 4
Section titled βπ¨ Scenario Interview Question 4βThe billing team reports unexpected cloud charges after all VMs were stopped.
Investigate associated resources such as:
-
storage
-
snapshots
-
public IPs
-
load balancers
-
gateways
π¨ Scenario Interview Question 5
Section titled βπ¨ Scenario Interview Question 5βA cloud administrator deploys resources into multiple regions without documentation.
Discuss:
-
region strategy
-
cost
-
governance
-
security
-
operational complexity
π§ Cloud Operations Interview Framework
Section titled βπ§ Cloud Operations Interview FrameworkβFor new environments use:
Account βIdentity βRegion βStandards βCost βSecurity βResources βMonitoring βLifecycleπ¬ Interview Tip
Section titled βπ¬ Interview TipβAvoid:
βI would just create the VM.β
A stronger answer is:
βBefore deploying workloads, I would verify the correct cloud account and region, secure administrative access, define naming and tagging standards, establish cost visibility and lifecycle controls, document ownership, and then create the required resources using the smallest appropriate configuration.β
That demonstrates Cloud Administrator and Cloud Engineer thinking.
π Portfolio Deliverables
Section titled βπ Portfolio DeliverablesβAfter completing this lab, keep sanitized versions of the following.
1. Cloud Lab Architecture
Section titled β1. Cloud Lab ArchitectureβCloud Account βSecure Identity βPrimary Region βFuture Lab Resources2. Naming Standard
Section titled β2. Naming StandardβExample:
cloudplus-lab-vm-01cloudplus-lab-net-013. Tagging Standard
Section titled β3. Tagging StandardβInclude:
-
environment
-
owner
-
purpose
-
course
4. Resource Inventory
Section titled β4. Resource InventoryβMaintain a simple resource register.
5. Cost-Control Checklist
Section titled β5. Cost-Control ChecklistβDocument:
-
budget
-
billing review
-
cleanup process
6. Cloud Lab Readiness Checklist
Section titled β6. Cloud Lab Readiness ChecklistβCapture the validation table from this lab.
π Resume Examples
Section titled βπ Resume ExamplesβInstead of:
Familiar with cloud platforms.
Use:
Built and governed a structured cloud lab environment using secure administrative access, MFA, resource naming and tagging standards, cost controls, lifecycle management, and documented cleanup procedures.
Or:
Established a provider-neutral cloud-lab governance model covering identity, regional deployment, resource ownership, cost monitoring, tagging, and operational documentation while preparing for CompTIA Cloud+.
β Lab Readiness Check
Section titled ββ Lab Readiness CheckβYou should now be able to explain:
-
which cloud account you are using
-
which region you selected
-
why that region was selected
-
which identity performs lab administration
-
whether MFA is enabled
-
how resources will be named
-
which tags you will use
-
how costs will be monitored
-
how resources will be inventoried
-
how lab resources will be removed
-
where documentation will be stored
If you cannot answer these questions, complete those sections before moving forward.
π Mission Complete
Section titled βπ Mission CompleteβYou have successfully established the foundation for the rest of your Cloud+ practical environment.
You now have:
Cloud Account βSecure Access βLab Region βNaming βTagging βCost Controls βDocumentation βCleanup ProcessThe most important lesson from this lab is:
Professional cloud engineering begins before the first workload is deployed.
A well-managed environment starts with:
-
identity
-
standards
-
ownership
-
security
-
cost visibility
-
lifecycle management
π Whatβs Next?
Section titled βπ Whatβs Next?βYour cloud lab environment is now ready.
The next lab moves from preparation into actual infrastructure deployment.
You will create your first cloud workload and explore:
-
virtual machines
-
CPU and memory sizing
-
operating-system selection
-
virtual disks
-
network interfaces
-
IP addressing
-
workload connectivity
-
start/stop operations
-
resizing
-
monitoring
-
basic troubleshooting
-
cleanup
β‘οΈ Next: Lab 02 β Deploy and Manage a Cloud Virtual Machine