可以将AWS CodePipeline与Lightsail一起使用吗?

Kle*_*ber 6 amazon-web-services aws-code-deploy aws-codepipeline amazon-lightsail

我整天都在工作,找不到答案。所以我问你们:是否可以将AWS Pipeline与AWS Lightsail一起使用?

我的目标是将代码存储在CodeCommit中,并使用CodeBuild,CodeDeploy,CodePipeline和S3在Lightsail实例中创建持续部署。

这些是我认为要完成任务必须遵循的步骤:

[x] setup a Lightsail instance
[x] create an IAM user and set permissions
[x] transfer my repository to CodeCommit
[x] create an S3 bucket to hold the build artifacts
[x] create a CodeBuild project to build the artifacts
[x] create a buildspec.yml file with my build steps
[ ] create a CodeDeploy project to deploy my application
[ ] create a CodePipeline project to trigger the build when I commit to certain branch
Run Code Online (Sandbox Code Playgroud)

如您所见,我快到了。但是我找不到任何将Codes与Lightsail实例一起使用的方法。所以,我的问题是:可能吗?有什么限制吗?我错过了一些基本的东西吗?还有其他用Lighsail制作CD的方法吗?抱歉,我在这里有点疯狂了啊哈哈哈。

Kle*_*ber 3

今天,2017 年 8 月 16 日,无法集成它们。

在AWS论坛上问了同样的问题,他们回答说这些技术尚未集成,因为它们彼此分离。

好吧,我想我必须找到另一种方法。