Q
Q
From the AWS Management Console, navigate to the EC2 (Elastic Compute Cloud) Dashboard.
Click on the "Launch Instance" button to start the instance creation wizard.
Select an AMI from the provided list. Choose the operating system and configuration that suits your
requirements.
Select the instance type based on your workload requirements (e.g., t2.micro, t3.medium, etc.).
Configure instance details such as network settings, subnet, IAM role, and other settings as needed.
Specify the storage requirements for your instance. You can add additional volumes if needed.
Add tags to your instance for better organization and management (e.g., Name, Environment, etc.).
Configure the security group settings to control inbound and outbound traffic to your instance.
Review your instance configuration and click on the "Launch" button to start the instance.
Select an existing key pair or create a new key pair to access your instance securely.
Once the instance is launched, you can access it using SSH (Linux) or RDP (Windows) protocols.
B. Azure:
Click on "Create a resource" and search for "Virtual Machine" in the marketplace.
Enter basic details such as VM name, region, operating system, username, and authentication type.
Configure networking settings such as virtual network, subnet, public IP address, and network
security group.
Review your VM configuration and click on the "Create" button to start the deployment process.
Once the VM is deployed, you can access it using SSH (Linux) or RDP (Windows) protocols.
C. GCP (Google Cloud Platform):
Navigate to the Compute Engine section and click on "Create Instance" to start the instance creation
wizard.
Enter instance details such as name, region, zone, machine type, boot disk type, and image.
Configure firewall rules to allow inbound and outbound traffic to your instance.
Configure networking settings such as network tags, external IP, and network interfaces.
Review your instance configuration and click on the "Deploy" button to create the VM instance.
Once the VM is deployed, you can access it using SSH (Linux) or RDP (Windows) protocols.
Procedure to Transfer Files from One Virtual Machine to Another Virtual Machine
Ensure that proper network connectivity and permissions are configured between the source and
destination VMs to facilitate file transfer.