简体   繁体   English

如何从 Amazon Elastic Compute 检索源代码?

[英]How to retrieve source code from Amazon Elastic Compute?

My application is hosted on Amazon Elastic Compute Cloud by the developer.我的应用程序由开发人员托管在 Amazon Elastic Compute Cloud 上。 I need to retrieve the source code for my web application.我需要检索我的 Web 应用程序的源代码。 I am a new user so I need to know how can i download the source codes in my local host.我是新用户,所以我需要知道如何在本地主机上下载源代码。

You need to log into the instance using SSH.您需要使用 SSH 登录实例。 If you're familiar with SSH then you can SCP from your local machine.如果您熟悉 SSH,那么您可以从本地计算机使用 SCP。

Of you're not familiar, you can use Systems Manager and transfer the data to S3 then download from there:如果您不熟悉,可以使用 Systems Manager 并将数据传输到 S3,然后从那里下载:

https://aws.amazon.com/premiumsupport/knowledge-center/systems-manager-ssh-vpc-resources/ https://aws.amazon.com/premiumsupport/knowledge-center/systems-manager-ssh-vpc-resources/

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Amazon Elastic MapReduce 引导操作不工作 - Amazon Elastic MapReduce Bootstrap Actions not working 如何在单一来源的多个 go 服务中生成 grpc 代码为 package? - how to generate grpc code as package in multiple go service from single source? 如何从 Firebase 检索其他活动的数据? - How to retrieve data from Firebase on other activity? 如何从 Node.js 连接到 Amazon DocumentDB - How to connect to Amazon DocumentDB from Node.js 将 Amazon EC2 Windows 映像迁移到 Google Compute Engine 的可能性 - Possibility of migration Amazon EC2 Windows images to Google Compute Engine 如何使用 Google 计算云在 kubernetes_ingress_v1 中自动从 http 重定向到 https? - How to redirect from http to https automatically in kubernetes_ingress_v1 with Google compute cloud? 通过 API 检索亚马逊评论用户电子邮件 - Retrieve Amazon Reviews user emails through API amazon sagemaker 自定义代码增量训练 - incremental training on custom code in amazon sagemaker 如何从 Firestore 数据库中检索字符串数组并显示它 - flutter - how to retrieve an array of strings from Firestore database and display it - flutter 如何使用 flutter 和 dart 从 Cloud Firestore 检索特定数据? - how to retrieve specific data from Cloud Firestore using flutter and dart?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM