Questions tagged [awsdeploy]

28 questions
0
votes
0 answers

AWS Elastic beanstalk Java Application Run within a ZIP File

I have java Application within a ZIP File with additional folders My Image Hosting Folder, Data Folder and JAR File lib Folder . My Jar File Store in Lib Folder .JAR File Execute Using .Bat File .I want to Deploy this Application to AWS Elastic…
0
votes
1 answer

Is there a faster way to update sagemaker endpoint when running in script mode using inference.py

I am iterating on a model inference deployment using script mode in Sagemaker (currently running in local mode) and update my inference script often. Every time I update the inference.py entry point script, I need to recreate the model instance…
0
votes
0 answers

AWS CodeDeploy only when a repo has updates and at a scheduled time

I currently have an AWS Code Build Pipeline setup that is executing on a set schedule using AWS Event Bridge. However, this doesn't check to see if there are actually any pending changes in the connected Repo so it just builds regardless. Is there…
James Parker
  • 2,095
  • 3
  • 27
  • 48
0
votes
0 answers

AWS cross-account CI/CD pipeline

My AWS devops concepts are still fuzzy and I could use some help. Here is what I am tyring to do - I have a CloudFormation nested stack which contains few lambdas, eventbridge, api gateways etc. I pushed my code to CodeCommit and set up a ci/cd…
mywn9
  • 107
  • 12
0
votes
1 answer

Pipeline creation on AWS with GitHub repository

When we create a pipeline on AWS we can provide a Github repo, let's say the repo name is: "RepoName/exampleProject" and in this repo, we have many folders. So can we provide a subfolder from this repo like "RepoName/exampleProject/subFolder" to…
Sohaib
  • 1,972
  • 3
  • 9
  • 19
0
votes
0 answers

Deploy Spring Boot App with AWS CodePipeline

I am getting the following error when trying to deploy my spring boot app with AWS Codepipeline. Unable to launch application as the source bundle does not contain either a file named application.jar or a Procfile. Unable to launch application…
0
votes
1 answer

AWS SageMaker EndPoint returns 415

I have trained a multiclass classification model on the wine quality dataset and I have deployed the model. After deploying the model I got EndPoint URL like: https://runtime.sagemaker.region.amazonaws.com/endpoints/experiment/invocations And I am…
Tavish Aggarwal
  • 1,020
  • 3
  • 22
  • 51
0
votes
0 answers

How can I view or monitor AWS CodeStar deployed Spring projects application log?

After deploying spring project in server like tomcat, i can view or monitor applications log using bellow ways: just tail -f catalina.out command on catalina.out file View the applications configured log file from specific folder. In AWS CodeStar…
0
votes
0 answers

how to deploy 64bit Windows Server 2016/IIS 10.0 using SingleInstance CloudFormation template

I need to host my app on Windows Server 2016 by using AWS. as following adding Container.Type = 64bit Windows Server 2016/IIS 10.0 does not work. here is sample CloudFormation template. ### Sample Deployment Config for the SingleInstance…
0
votes
1 answer

How to host a composite models on AWS SageMaker

I created separate predictive models (using SageMaker's in-built algorithms) on different segments of the data. In production these models needs to be called based on the segment of input data. Is it possible to host a composite model in SageMaker?…
0
votes
2 answers

Automating SQL schema changes on AWS RDS

What are the most common tooling and best practices to deploy SQL changes on AWS RDS databases? Now we are considering a temporary flyway docker container running in our ECS, but it would be great if any of the managed AWS services had a solution…
Anders Lundsgard
  • 747
  • 1
  • 7
  • 17
0
votes
1 answer

Deploy Symfony app to AWS with MySQL

I have a web application running on AWS, as well as a MySQL database instance. I have set up my local environment to run the symfony app and connect to the aws db instance just fine. When trying to deploy, everything was fine until I added the MySQL…
AMB0027
  • 121
  • 12
-1
votes
2 answers

Importing cURL module into AWS Lambda

I'm a beginner at using AWS. I'm currently facing a problem importing the PHP cURL module into the Lambda layer. I try to follow the instruction on GitHub https://github.com/stackery/php-lambda-layer to set up the layer, but I've only revised the…
GoRo
  • 47
  • 1
  • 6
1
2