
Closed
Posted
1. OverviewWe require a DevOps expert to create a Packer template and associated scripts to build an Amazon Machine Image (AMI) for hosting Moltbot (an open-source Node.js AI agent). The target architecture is AWS Graviton (ARM64). The focus is on security, automation, and user experience (UX) for the end-user. 2. Scope of Work 2.1 Infrastructure as Code (Packer) Tooling: Must use Packer (HCL format) to automate the AMI creation. Manual setup via SSH is not accepted. Base Image: Ubuntu 24.04 LTS (ARM64 architecture). Target Instance: Optimized for t4g or c7g families. 2.2 Application Configuration (Docker) Create a docker-compose setup for Moltbot tailored for ARM64. Persistence: Map container volumes (/app/memory, /app/workspace) to the host filesystem to ensure data persists across container recreations. Self-Healing: Configure Docker with restart: always policy. 2.3 Security Layer (Caddy & Auth) Install and configure Caddy as a reverse proxy. Mandatory Authentication: Implement HTTP Basic Auth in Caddy to protect the web interface. Port Security: Configure ufw or iptables to block all external access to application ports (e.g., 3000), allowing ingress only on ports 80, 443, and 22. 2.4 "First-Run" Interactive Wizard Develop a bash script ([login to view URL]) triggered automatically upon the first SSH login (via .bashrc or MOTD). Workflow: Prompt user to set a new password for the Web UI (updates Caddy config). Prompt user for environment variables (e.g., ANTHROPIC_API_KEY, TELEGRAM_TOKEN). Save credentials to .env and restart Docker containers. Self-destruct mechanism: The script should disable itself after a successful run. 2.5 AMI Clean-up The Packer script must perform standard AMI hardening: Remove SSH host keys, authorized_keys, and command history (.bash_history). Ensure no secrets or API keys are hardcoded in the image. 3. Deliverables Source Code: [login to view URL], [login to view URL], [login to view URL], and Caddyfile. Documentation: [login to view URL] with instructions on how to run the Packer build command. Verification: A successful build log and a demo IP address (optional) showing the login prompt. 4. Acceptance Criteria Build Success: I can run packer build . and get a working AMI in my AWS account. Security Check: Accessing the web interface without credentials must fail (401 Unauthorized). Persistence Check: Rebooting the instance does not wipe the AI's memory files.
Project ID: 40187355
42 proposals
Remote project
Active 2 mos ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
42 freelancers are bidding on average $29 SGD/hour for this job

Hey there, I have read your project requirements. With over ten years of experience in web development and design, I have amassed critical knowledge in a wide variety of programming languages including Node.js, React, Vue.js, Laravel, PHP - skills that are particularly relevant to the job at hand. Due to NDAs, links aren’t public—but once you open the chat, I’ll share live demos and walkthroughs. I would love the opportunity to discuss how we can bring your vision for the site together with our range of skills and experiences. NOTE: Please consider the current budget as flexible — we can finalize it after discussing the complete scope. Thanks & Regards, Kajal
$25 SGD in 40 days
7.1
7.1

Hi, I have 10 years of experience and knowledge as system administrator setup and management of different Linux Web Hosting Servers, AWS servers,Cloud Servers, GPU Servers, Server Monitoring, Server Security, Server Optimisation, Mailing Servers, Email Marketing, SSL, DNS, Apache, Nginx, etc with Cpanel, Plesk, Virtualmin or other panels. Services such as cPanel/WHM, Plesk, Virtualmin LAMP Stack, Tomcat, MySQL/MariaDB, Zimbra, Postfix mail server, Mailenable, smarter mail, MS SQL,AWS , etc. Please discuss to start. Thank you
$30 SGD in 1 day
7.5
7.5

Hi hanm45, I will implement a multi-stage Packer HCL template that builds a hardened Ubuntu 24.04 AMI, specifically isolating the application layer behind a Caddy reverse proxy with enforced HTTP Basic Auth. I have stabilized real-time Node.js backends and deployed complex JavaScript applications on high-performance infrastructure. My work on real-time platforms involved optimizing Node.js backend services and WebSocket handling to maintain high reliability while managing secure data flows and production deployments. I will develop the setup wizard using a non-interactive bash implementation that modifies the Caddy configuration in-place before initiating a self-destruct sequence to clear the environment. This ensures that the final AMI contains zero sensitive artifacts while providing a seamless onboarding experience for the end-user on AWS Graviton. Will you require the setup wizard to validate the Anthropic API key connectivity before finalizing the environment configuration, or should it only handle the credential injection? I would like to hear more about your specific goals. Are you available for a quick chat?
$28 SGD in 40 days
4.9
4.9

Hi there, I am a strong fit because I build secure, repeatable AMIs for production workloads where automation and hardening are non-negotiable. I have direct experience creating Packer HCL builds for Ubuntu ARM64 on Graviton, packaging Node.js services with Docker Compose, and delivering clean first-boot UX flows. I work with Packer, Docker and docker-compose on ARM, Caddy reverse proxy with Basic Auth, UFW, bash automation, and AWS t4g and c7g targets. I reduce risk by enforcing zero manual steps, removing all secrets and host keys at build time, validating persistence across reboots, and keeping setup logic self-destructing and auditable. I am available to start immediately and can deliver a buildable AMI with documentation you can run and verify yourself. Regards Chirag
$20 SGD in 40 days
4.5
4.5

With over 9+ years of experience in web development and mobile app development, specializing in Node.js, my team and I are well-equipped to take on your Packer Script project for the secure deployment of Moltbot on AWS Graviton. We have extensive experience with Docker and containerization, which is crucial for this project. Additionally, we are familiar with ARM64 architecture and have confidence in our ability to tailor Moltbot specifically for this target. Your focus on security aligns perfectly with our expertise. We have dealt with similar security layers as the ones you mentioned - Caddy & Auth, ufw or iptables - where we ensured that only authorized access was enabled while shutting out unauthorized users. Ensuring data persistence across container recreations is also something we've implemented successfully before. Another aspect that sets us apart is our commitment to excellent user experience (UX). Our proposed 'First-Run Interactive Wizard' will facilitate seamless setup and usage for all end-users. And I assure you, hardening your AMI by removing SSH host keys, authorized_keys, bash_history, and avoiding hardcoded secrets is a task we will diligently adhere to. By selecting us, you'd be choosing an experienced team that's deeply invested in turning your ideas into reality with utmost quality and efficiency. We look forward to delivering a successful AMI build and a system that can serve you well without compromising functionality or security.
$125 SGD in 40 days
4.4
4.4

As a seasoned individual with a robust background in DevOps engineering, I have extensive experience with the very requirements highlighted in your project description. For one, my AWS skillset holds primacy - I can demonstrate this by successfully creating a Packer template and accompanying scripts to build an Amazon Machine Image (AMI) for your specific use case on AWS Graviton. My proficiency working with Docker and Linux will ensure the efficient set-up of a docker-compose tailored for Moltbot on the ARM64 architecture, with keen attention given to data persistence and self-restart processes as well. I look forward to collaborating in automating, optimizing, and scaling further operations using AI + ERP + CRM!
$25 SGD in 40 days
3.7
3.7

You need a Packer-built ARM64 AMI for Moltbot on Ubuntu 24.04, with Docker Compose persistence, Caddy reverse proxy, and a first-login wizard that sets secrets safely. The main risk is shipping an AMI that boots but leaks credentials or fails first-run UX, which makes it unsafe and hard to adopt. I will treat hardening and idempotent automation as the core deliverable, not an afterthought. In practice I will deliver HCL Packer templates, a compose stack with persistent host volumes and restart policies, and a Caddy setup with Basic Auth and strict firewall rules. I have handled paid AMI builds where first-login provisioning and secret hygiene determined whether the image was production-safe. Before handoff I validate packer build output, 401 protection, port exposure, reboot persistence, and the wizard self-destruct behavior. If you have a preferred AWS region, VPC, or AMI naming scheme, that should be aligned early.
$30 SGD in 40 days
2.4
2.4

Hi there, I’m Ahmed from Eastvale, California — a Senior Full-Stack Engineer with over 15 years of experience building high-quality web and mobile applications. After reviewing your job posting, I’m confident that my background and skill set make me an excellent fit for your project — Packer Script for Secure, Automated Moltbot (AI Agent) Deployment on AWS Graviton . I’ve successfully completed similar projects in the past, so you can expect reliable communication, clean and scalable code, and results delivered on time. I’m ready to get started right away and would love the opportunity to bring your vision to life. Looking forward to working with you. Best regards, Ahmed Hassan
$50 SGD in 40 days
1.3
1.3

Hi, With extensive DevOps expertise, I will craft a secure, automated AMI tailored for Moltbot on AWS Graviton, ensuring top-notch security, user experience, and automation. I will develop a Packer template in HCL, configure Docker with persistence and self-healing, set up Caddy with authentication, and implement a first-run setup wizard that self-destructs post-configuration, all while adhering to best security practices. What are your primary priorities for the deployment environment? Thanks,
$31 SGD in 14 days
1.2
1.2

As the founder of CHARONDAJ, I’m confident in our ability to meet the demands of your AWS Graviton Packer script project. With a vast experience in cloud computing and applying infrastructure as code (IAC) principles, we’re well-versed to tackle IAC projects on multiple platforms, including AWS. As a matter of fact, our innovative skills have always kept us ahead, guaranteeing adaptable, scalable and sustainable solutions for our clientele. In terms of our technical skills, at CHARONDAJ we have substantial mastery in deploying Node.js applications and working with Linux systems - attributes that align well with your needs. Crafting a successful Docker-compose setup tailored for ARM64 is right up our alley too. Across this demanding deployment process, security is one of our top priorities. Our proficiency with Caddy as a reverse proxy coupled with the capability to implement mandatory authentication and port security using ufw/iptables put us in a prime position to ensure top-notch safety for Moltbot. Lastly, what sets us further apart is our emphasis on user experience (UX) and end-user convenience. Our team will create an intuitive “First-run” interactive wizard that triggers upon SSH login and empowers users to easily update relevant credentials, set their own passwords, thus maximizing the productivity for all users while minimizing configuration errors. We understand the importance of delivering clean, well-documented work - you can expect comprehensive documentation paired with demonstrable deliverables. Thus, choosing CHARONDAJ guarantees you a seamless Moltbot deployment with heightened security deserving for your cutting-edge AI agent!
$20 SGD in 10 days
1.0
1.0

Hi there! Do you want the setup wizard to support multi-user environments or just single admin access? Regardless, this is definitely something that I feel confident delivering on, given my past experience. I would love to discuss your project further! Looking forward hearing from you. Kind Regards, Corné
$20 SGD in 14 days
0.9
0.9

Hi, I’ve worked on projects like this before, so what you’re describing makes sense to me. And I'm really interested in this project - Packer Script for Secure, Automated Moltbot (AI Agent) Deployment on AWS Graviton. I usually focus on getting things done cleanly and making sure they work properly in real use, not just on paper. I’m comfortable either improving an existing setup or helping build something new, depending on what stage you’re at. I keep communication straightforward, share progress along the way, and flag issues early so there are no surprises later. If you want, you can share a bit more about the current setup or the goal you’re trying to reach, and I can let you know how I’d approach it. Thanks, Jesse
$75 SGD in 33 days
0.0
0.0

Having spent over a decade as a Full Stack Software Engineer, I have amassed an extensive skillset that encompasses each aspect of this project. My experience of working with Node.js, Docker and the entire AWS stack, has enabled me to efficiently automate system building processes using Packer. Furthermore, my experience in creating self-healing systems (as seen in Cloud applications) perfectly lends itself to the "First-Run" Interactive Wizard, ensuring seamless deployment and eliminating manual setup via SSH. Throughout my career, security has been a top priority due to several clients' needs. I've installed and configured reverse proxies like Caddy and implemented strong authentication measures as needed. By employing appropriate access controls to restrict external access to specific ports necessary for system functionality only,the project could avoid any unethical access. Lastly, my extensive background in AI/Ml-powered systems makes me the ideal candidate for this project. Having integrated sophisticated ML models into embedded systems using Python-based pipelines and compressed them for constrained hardware, I'm fully capable skills of optimizing not just the Moltbot but also the entire setup for AWS Graviton. I am glad at the opportunity this project presents for me to meticulously deploy intelligent systems from kernel-level programming right up to cloud dashboards. Rest assured, you are choosing quality and commitment that guarantees optimum performace from here.AI+ioT+DevOps,A full-stack speciality guaranteed!
$25 SGD in 10 days
0.0
0.0

Hi hanm45, I have carefully reviewed your project requirements and I am confident in my ability to deliver exceptional results for the creation of a Packer script for secure and automated Moltbot deployment on AWS Graviton. My approach involves crafting a Packer template using HCL format to automate the creation of an AMI based on Ubuntu 24.04 LTS for ARM64 architecture. Additionally, I will set up a docker-compose configuration for Moltbot, ensuring data persistence and self-healing capabilities. Installing Caddy as a reverse proxy with mandatory authentication and port security measures will enhance the security layer. I will also develop an interactive setup wizard for the initial configuration process and ensure proper AMI cleanup to meet security standards. I am excited about the opportunity to work on this project and look forward to discussing it further with you. Best Regards, Ghulman
$25 SGD in 40 days
0.0
0.0

Hi hanm45, I am Vasyl, a seasoned DevOps expert with 8+ years of experience in Node.js backend, Cordova, React, Vue, and Angular frontend development. I have carefully reviewed your project requirements for creating a Packer template and associated scripts for deploying Moltbot on AWS Graviton. I propose to use Packer in HCL format to automate AMI creation on Ubuntu 24.04 LTS ARM64, optimize for t4g or c7g families. Additionally, I will configure Docker for Moltbot with persistence and self-healing capabilities, implement security measures using Caddy and HTTP Basic Auth, and develop an interactive setup wizard for user convenience. Let's discuss further details and get started on this project. Thanks, Vasyl
$25 SGD in 40 days
0.0
0.0

Hello, How are you? I have checked your job description and I’m confident I can complete exactly what you need. I have extensive experience with DevOps practices, particularly with Packer, AWS services, and Docker configurations, which are pivotal for your project. Creating a secure, automated deployment for the Moltbot AI agent on AWS Graviton is an ideal match for my skills and experience. I will ensure to use Packer in HCL format for AMI creation with Ubuntu 24.04 LTS, along with a tailored docker-compose setup focused on persistence and self-healing mechanisms. Implementing security layers using Caddy with mandatory authentication, as well as a bash script for the first-run interactive wizard, are all tasks I'm well-prepared to handle. Please send me a message so that we can discuss more. Thanks!
$31 SGD in 22 days
0.0
0.0

Hi, I’m excited about the opportunity to create the Packer template for deploying Moltbot on AWS Graviton. With my 9+ years of experience in DevOps and automation, I’m confident in delivering a secure, seamless solution tailored for your needs. I’ve previously developed similar Packer and Docker setups, ensuring high security and persistent data storage. My approach will encompass using Packer for AMI creation, implementing security layers with Caddy for authentication, and designing a user-friendly first-run wizard. I can start immediately and will provide all necessary scripts and documentation to facilitate a smooth deployment. I'm dedicated to ensuring your project meets all acceptance criteria and will deliver a successful build log for verification. Best regards, Sadam
$28 SGD in 10 days
0.0
0.0

I can deliver a fully automated, security-hardened AMI for Moltbot on AWS Graviton using Packer (HCL)—no manual SSH steps, fully reproducible. The AMI will be based on Ubuntu 24.04 ARM64, optimized for t4g/c7g, and built with clean Infrastructure-as-Code practices. I’ll configure an ARM64-compatible Docker + docker-compose setup with persistent volumes mapped to the host (/app/memory, /app/workspace) and self-healing containers via restart: always. Caddy will be installed as a reverse proxy with mandatory HTTP Basic Auth, and host-level security enforced using ufw/iptables, exposing only ports 80, 443, and 22. To improve UX, I’ll implement a first-run interactive setup wizard triggered on initial SSH login to securely collect credentials and environment variables, write them to .env, restart services, and then self-disable. The Packer build will include proper AMI hardening—no keys, secrets, or history baked in. You’ll receive clean source files, clear documentation, and a verifiable build you can run with packer build . and launch immediately.
$25 SGD in 40 days
0.0
0.0

I understand your need for a DevOps expert to create a Packer script for Secure, Automated Moltbot Deployment on AWS Graviton. With my expertise in Linux, AWS, Docker, and security, I will ensure seamless automation and strong user experience. I will deliver high-quality results with the utmost dedication. Let's collaborate for a successful project. Warm regards, Jason McLachlan
$20 SGD in 3 days
0.0
0.0

As an experienced software developer and tester with excellent communication skills and a knack for taking on unique and challenging projects, I strongly believe that I can offer the perfect mix of expertise to your project. My strong understanding of functional and automation testing for web and mobile applications aligns perfectly with your need for a DevOps expert to streamline the deployment of your Node.js AI agent on AWS Graviton. Additionally, my ability to create the whole automation from scratch for various applications is highly relevant to your project's focus on security, automation, and user experience. I have extensive proficiency in using Packer, Docker, and scripting languages like Node.js which makes me ideally positioned to handle the Infrastructure as Code (Packer) and Application Configuration (Docker) aspects of your project. My approach to Docker includes ensuring persistence by mapping container volumes to the host filesystem to guarantee data availability even during container recreations, delivering higher availability via restart policies setup.
$25 SGD in 40 days
0.0
0.0

Singapore, China
Member since Jan 29, 2026
$750-1500 USD
$8-15 USD / hour
$750-1500 USD
₹37500-75000 INR
₹150000-250000 INR
₹1500-12500 INR
$10-30 USD
$8-15 USD / hour
₹12500-37500 INR
₹1500-12500 INR
₹37500-75000 INR
₹12500-37500 INR
₹100-400 INR / hour
₹600-1500 INR
₹1500-12500 INR
min €36 EUR / hour
$25-50 AUD / hour
$10-30 USD
min $50 CAD / hour
$8-15 USD / hour