How can I deploy to AWS cloud

Alex Kim 1 Reputation point
2022-05-30T06:50:47.987+00:00

Hi

I make a product with c#.net with .net Framework 4.6.1.
That's winform application.

I always deploy at deploy server to FTP use clickonce.
But I have to change deploy method from FTP to AWS

I want that how can I deploy to AWS cloud use clickonce.

Please answer.

Developer technologies C#
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Takahito Iwasa 4,851 Reputation points MVP Volunteer Moderator
    2022-05-30T21:10:30.893+00:00

    Hi, @Alex Kim

    I'm assuming you're using Visual Studio.
    You can access resources in the AWS cloud by using the AWS Toolkit for Visual Studio.

    Please refer to the following for how to use it.
    https://aws.amazon.com/jp/visualstudio/

    However, there is no dedicated option to deploy ClickOnce, so I think you will have to choose from various options such as S3 and Elastic Beansttalk.
    How to use AWS services is outside the scope of this forum, so please contact the AWS dedicated forum.

    https://repost.aws/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.