Trending questions in Cloud Computing

0 votes
1 answer

What's the advantage of using a SSD boot disk instead of the standard ones?

Using an SSD persistent disk as a ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
917 views
0 votes
1 answer

Will permissions provided through Cloud IAM be reflected in the ACL's or vice-versa?

Permissions can be granted either by ACLs ...READ MORE

Nov 5, 2019 in GCP by Sirajul
• 59,230 points
663 views
0 votes
1 answer

Can't connect to windows instance using RDP.

If the other troubleshooting steps do not ...READ MORE

Nov 8, 2019 in GCP by Sirajul
• 59,230 points
522 views
0 votes
1 answer

How to verify that my cluster is using routes?

List your cluster nodes: kubectl get nodes The output ...READ MORE

Oct 31, 2019 in GCP by Sirajul
• 59,230 points
864 views
0 votes
1 answer

How do I create a GKE cluster that can autoscale when needed?

The following command creates a cluster of ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,458 views
0 votes
1 answer

How do i enable the OS Login of my existing Linux VM?

Set enable-oslogin in metadata of an existing instance: Go to ...READ MORE

Sep 26, 2019 in GCP by Sirajul
• 59,230 points
2,358 views
0 votes
1 answer

Restore the EBS volume on instance termination - AWS

There is a boolean term called DeleteOnTermination ...READ MORE

Oct 21, 2019 in AWS by Pearl
1,274 views
+1 vote
1 answer

How do I change Stackdriver support for a GKE cluster?

To change the Stackdriver support for an ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,409 views
+1 vote
1 answer

Error while using a HTTP Cloud function in GCP.

If CORS isn't set up properly, you're ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
1,148 views
0 votes
1 answer

Connection fails when an instance tries to connect NLB - AWS

Hey @Hannah, so sometimes what happens is ...READ MORE

Oct 15, 2019 in AWS by Tanya
1,556 views
0 votes
1 answer

Is it possible to use both the database modes in my gcp project?

No, you can't use both Native Mode ...READ MORE

Nov 4, 2019 in GCP by Sirajul
• 59,230 points
656 views
0 votes
2 answers

How can I find out the instance id of an ec2 instance from within the ec2 instance?

A curl or wget to http://169.254.169.254/latest/meta-data/instance-id will ...READ MORE

Mar 9, 2020 in AWS by anonymous
6,929 views
0 votes
1 answer

How can I find out a private cluster's endpoints?

You can view a private clusters endpoints ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,361 views
0 votes
1 answer

How do I invalidate browser cookies?

A user who suspects their browser cookies ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
1,122 views
0 votes
1 answer

I have created a custom AMI and now I would like to launch it as an EC2 instance. Is this possible? If yes, How?

Hi @Hannah, of course, this is possible. ...READ MORE

Oct 21, 2019 in AWS by Alia
1,168 views
0 votes
1 answer

Forbidden error for service accounts on GCP VM instances

This error can occur when the VM ...READ MORE

Oct 17, 2019 in GCP by Sirajul
• 59,230 points
1,341 views
0 votes
1 answer

How do I change the object storage class within a bucket using console?

No,Individual object storage classes cannot be set ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
1,015 views
+1 vote
1 answer

How to uninstall migrate for compute engine?

The method for uninstalling Google Cloud Migrate ...READ MORE

Oct 21, 2019 in GCP by Sirajul
• 59,230 points
1,122 views
0 votes
1 answer

whenever generate report in frontend then this report send to user mail using lambda+sqs+ses

You can create a trigger and send ...READ MORE

Oct 21, 2019 in AWS by Kalgi
• 52,350 points
1,186 views
0 votes
1 answer

Emails nor being sent through the port 25 of an EC2 instance- aws

Hi @Hannah, so if you are using ...READ MORE

Oct 17, 2019 in AWS by Rick
1,306 views
0 votes
1 answer

Can I use images from another project in my project?

If someone has granted you the compute.imageUser role, you ...READ MORE

Oct 18, 2019 in GCP by Sirajul
• 59,230 points
1,266 views
0 votes
1 answer

How to import a non bootable virtual disk in GCP?

You can use the gcloud compute images import command ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,104 views
0 votes
1 answer

How can i grant access to a GCP project for a large scale multiple users at once?

gcloud auth to service accounts is allowed. ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
1,334 views
0 votes
1 answer

Restrict S3 access from everywhere other than the CloudFront distribution - AWS

To restrict the access to only the ...READ MORE

Oct 17, 2019 in AWS by Tanmay
1,311 views
0 votes
1 answer

What is the meaning of def lambda_handler(event, context):

Hey @sradha,  def lambda_handler(event, context):  Here def is for ...READ MORE

Dec 27, 2018 in AWS by Nabarupa
13,969 views
0 votes
1 answer

Giving public readability access to a group of objects in my cloud storage bucket.

To make all objects in a bucket ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
935 views
0 votes
1 answer

How do I ensure that all the VM instances created in my organisation are shielded VM's?

You can set the constraints/compute.requireShieldedVm organization policy constraint to True to require ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
1,040 views
0 votes
1 answer

create a service account on Gcloud.

To create a service account, at minimum ...READ MORE

Oct 30, 2019 in GCP by Sirajul
• 59,230 points
710 views
0 votes
1 answer

Two websites on the same DNS

Hey @Hannah, if I am not wrong, ...READ MORE

Oct 28, 2019 in AWS by Yesha
766 views
0 votes
1 answer

Cloud Identity aware proxy v/s Cloud Endpoint

Cloud IAP is an access management tool that enables folks to use ...READ MORE

Oct 11, 2019 in GCP by Sirajul
• 59,230 points
1,509 views
0 votes
1 answer

How do i delete a RAM disk from my instance on GCP?

You can unmount a tmpfs RAM disk just like ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,028 views
0 votes
1 answer

What are the prerequisites for migrating AWS EC2 instances to GCP?

You must have the following prerequisites in ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,052 views
0 votes
1 answer

Server refused my aws ec2 key

This could happen for any of the ...READ MORE

Oct 21, 2019 in AWS by Payal
1,059 views
+1 vote
1 answer

How do I change the default storage class of a bucket?

Use the gsutil defstorageclass set command: gsutil defstorageclass set [STORAGE_CLASS] ...READ MORE

Oct 25, 2019 in GCP by Sirajul
• 59,230 points
853 views
0 votes
1 answer

Can I migrate from Amazon S3 to Cloud storage?

Yes, this is definitely possible. If you are ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
933 views
0 votes
1 answer

AWS CodeDeploy success or failure email notification

Hi @Hannah, I found this code on ...READ MORE

Oct 15, 2019 in AWS by Jack
1,304 views
+1 vote
1 answer

How do I deploy a cloud function from my local machine?

You can do this using the gcloud command-line tool, ...READ MORE

Oct 23, 2019 in GCP by Sirajul
• 59,230 points
944 views
0 votes
1 answer

How to get the list of names of Azure blob files in a container?

We can get some additional info like Size, ...READ MORE

Jun 27, 2018 in Azure by club_seesharp
• 3,450 points
21,810 views
0 votes
1 answer

How do I make an image bootable?

If you have a Compute Engine custom image that ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
1,003 views
0 votes
1 answer

How is AWS Beanstalk different from other PAAS services?

This depends on what PAAS are you ...READ MORE

Oct 18, 2019 in AWS by Pavan
1,137 views
0 votes
1 answer

Create names topic, subscribe and publish message - AWS SNS

You can write a python code which ...READ MORE

Aug 21, 2019 in AWS by Hari
3,620 views
0 votes
1 answer

Remove the terminated instances from the auto-scaling group in AWS?

Once you terminate the instance, detach it ...READ MORE

Oct 9, 2019 in AWS by Neel
1,504 views
0 votes
1 answer

Import an Instance with custom settings on GCP

Run the following command: gcloud compute instances import ...READ MORE

Oct 22, 2019 in GCP by Sirajul
• 59,230 points
971 views
0 votes
1 answer

Is it possible to make the objects of a bucket publicly accessible?

Yes, you can do it. Follow the ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
861 views
0 votes
1 answer

Does Cloud storage allow me to work with with other cloud storage services well?

Google Cloud Storage provides the feature of ...READ MORE

Oct 24, 2019 in GCP by Sirajul
• 59,230 points
816 views
0 votes
1 answer

Default session timeout for a java app engine

Default session timeout is set to 30 ...READ MORE

Sep 25, 2019 in GCP by Sirajul
• 59,230 points
2,053 views
+1 vote
1 answer

What are acquired and launch credits? - AWS EC2 instance

Hi @hannah, launch credits, as the name ...READ MORE

Oct 21, 2019 in AWS by Imran
894 views
0 votes
1 answer

HTTP 502 errors when my client makes requests to a website through a Classic Load Balancer

Check the instances running behind your EC2 ...READ MORE

Oct 14, 2019 in AWS by Tanya
1,218 views
0 votes
1 answer

Accessing Google cloud project with service account

In order to achieve this, you will ...READ MORE

Oct 16, 2019 in GCP by Sirajul
• 59,230 points
1,127 views