Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

DaaS IP range

72 views1 day agoDaaS security
2
Matthijs Favorel [SLC] [DevOps Advocate]2.19K 2 days ago 0 Comments

I have a DaaS that will be polling a service in AWS. For security reasons, we only want this service to be accessible from a limited IP range.

Will my DaaS always be polling from a fixed IP (range)? If so, where can I find this IP (range)?

Mauro Druwel [SLC] [DevOps Advocate] Answered question 1 day ago

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
0
Mauro Druwel [SLC] [DevOps Advocate]256 Posted 1 day ago 0 Comments

Hi Matthijs,

If your DaaS polls an AWS service, it will use a public IP assigned by Azure. As long as the VM is running, this IP stays the same, even if you restart DataMiner (which doesn’t restart the VM). IF the VM is stopped completely, the IP might change unless it's set to static. You can check the current IP using a simple automation script like this:

private void RunSafe(IEngine engine)
{
using (HttpClient client = new HttpClient())
{
try
{
string ip = client.GetStringAsync("https://api.ipify.org").GetAwaiter().GetResult();
engine.GenerateInformation($"Public IP Address: {ip}");
}
catch (Exception ex)
{
engine.GenerateInformation($"Error retrieving IP: {ex.Message}");
}
}
}

You could also create an automation script to update the AWS whitelist dynamically, but I don't think that will be necessary in this case.

Mauro Druwel [SLC] [DevOps Advocate] Edited answer 1 day ago
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin